#B12235

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

Shades of Cardinal #B12235

Tints of Cardinal #B12235

Color information

#B12235 (or 0xB12235) is unknown color: approx Cardinal. HEX triplet: B1, 22 and 35. RGB value is (177,34,53). Sum of RGB (Red+Green+Blue) = 177+34+53=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B12235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12235 is #4EDDCA. Grayscale: #4E4E4E. Windows color (decimal): -5168587 or 3482289. OLE color: 3482289.

HSL color Cylindrical-coordinate representation of color #B12235: hue angle of 352.03º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12235 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1773453-
CMYK00.810.700.31
HSL352.03º67.77%41.37%-
HSV(B)352.03º80.79%69.41%-
XYZ19.3510.754.42-
YUV78.92113.38197.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.05%
GREEN value IS 34 (13.67% from 255) = 12.88%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=67.05%
G=12.88%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177345300.810.700.31352.0367.7741.37
HexB12235051461F1604429
Octal261426501211063754010451
Binary10110001100010110101010100011000110111111011000001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12235; }

 p { color: rgb(177,34,53); }

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

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

 a { background-color: rgb(177,34,53); }

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

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

 span { border-color: rgb(177,34,53); }

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