#B12440

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

Shades of Cardinal #B12440

Tints of Cardinal #B12440

Color information

#B12440 (or 0xB12440) is unknown color: approx Cardinal. HEX triplet: B1, 24 and 40. RGB value is (177,36,64). Sum of RGB (Red+Green+Blue) = 177+36+64=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B12440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12440 is #4EDBBF. Grayscale: #515151. Windows color (decimal): -5168064 or 4203697. OLE color: 4203697.

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

Color convert

RGB1773664-
CMYK00.800.640.31
HSL348.09º66.2%41.76%-
HSV(B)348.09º79.66%69.41%-
XYZ19.6910.985.93-
YUV81.35118.21196.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.90%
GREEN value IS 36 (14.45% from 255) = 13.00%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=63.90%
G=13.00%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177366400.800.640.31348.0966.241.76
HexB12440050401F15c422a
Octal2614410001201003753410252
Binary101100011001001000000010100001000000111111010111001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12440; }

 p { color: rgb(177,36,64); }

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

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

 a { background-color: rgb(177,36,64); }

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

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

 span { border-color: rgb(177,36,64); }

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