#b2243a

Color #B2243A Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B2243A

Tints of Cardinal #B2243A

Color information

#B2243A (or 0xB2243A) is unknown color: approx Cardinal. HEX triplet: B2, 24 and 3A. RGB value is (178,36,58). Sum of RGB (Red+Green+Blue) = 178+36+58=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2243A is #4DDBC5. Grayscale: #515151. Windows color (decimal): -5102534 or 3810482. OLE color: 3810482.

HSL color Cylindrical-coordinate representation of color #B2243A: hue angle of 350.7º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2243A is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB1783658-
CMYK00.800.670.30
HSL350.7º66.36%41.96%-
HSV(B)350.7º79.78%69.8%-
XYZ19.7511.035.09-
YUV80.97115.04197.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 65.44%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=65.44%
G=13.24%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178365800.800.670.30350.766.3641.96
HexB2243A050431E15f422a
Octal262447201201033653710252
Binary10110010100100111010010100001000011111101010111111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2243a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2243a; }

 p { color: rgb(178,36,58); }

 H1.HeaderClassName
 {
   color: #b2243a;
 }
 .AnyTagClassName
 {
   color: #b2243a;
 }
</style>
background-color css

<style>
 a { background-color: #b2243a; }

 a { background-color: rgb(178,36,58); }

 div.DivClassName
 {
   background-color: #b2243a;
 }
 .BgClassName
 {
   background-color: #b2243a;
 }
</style>
border-color css

<style>
 span { border-color: #b2243a; }

 span { border-color: rgb(178,36,58); }

 td.TdClassName
 {
   border-color: #b2243a;
 }
 .TagClassName
 {
   border-color: #b2243a;
 }
</style>