#B12B34

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

Shades of Cardinal #B12B34

Tints of Cardinal #B12B34

Color information

#B12B34 (or 0xB12B34) is unknown color: approx Cardinal. HEX triplet: B1, 2B and 34. RGB value is (177,43,52). Sum of RGB (Red+Green+Blue) = 177+43+52=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12B34 is #4ED4CB. Grayscale: #545454. Windows color (decimal): -5166284 or 3419057. OLE color: 3419057.

HSL color Cylindrical-coordinate representation of color #B12B34: hue angle of 355.97º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12B34 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB1774352-
CMYK00.760.710.31
HSL355.97º60.91%43.14%-
HSV(B)355.97º75.71%69.41%-
XYZ19.6211.324.4-
YUV84.09109.89194.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.07%
GREEN value IS 43 (17.19% from 255) = 15.81%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=65.07%
G=15.81%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177435200.760.710.31355.9760.9143.14
HexB12B3404C471F1643d2b
Octal26153640114107375447553
Binary1011000110101111010001001100100011111111101100100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12B34; }

 p { color: rgb(177,43,52); }

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

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

 a { background-color: rgb(177,43,52); }

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

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

 span { border-color: rgb(177,43,52); }

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