#B12339

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

Shades of Cardinal #B12339

Tints of Cardinal #B12339

Color information

#B12339 (or 0xB12339) is unknown color: approx Cardinal. HEX triplet: B1, 23 and 39. RGB value is (177,35,57). Sum of RGB (Red+Green+Blue) = 177+35+57=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B12339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12339 is #4EDCC6. Grayscale: #505050. Windows color (decimal): -5168327 or 3744689. OLE color: 3744689.

HSL color Cylindrical-coordinate representation of color #B12339: hue angle of 350.7º degrees, saturation: 0.67, 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 #B12339 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1773557-
CMYK00.800.680.31
HSL350.7º66.98%41.57%-
HSV(B)350.7º80.23%69.41%-
XYZ19.4710.844.94-
YUV79.97115.04197.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.80%
GREEN value IS 35 (14.06% from 255) = 13.01%
BLUE value IS 57 (22.66% from 255) = 21.19%
R=65.80%
G=13.01%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177355700.800.680.31350.766.9841.57
HexB12339050441F15f432a
Octal261437101201043753710352
Binary10110001100011111001010100001000100111111010111111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12339; }

 p { color: rgb(177,35,57); }

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

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

 a { background-color: rgb(177,35,57); }

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

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

 span { border-color: rgb(177,35,57); }

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