#BB123C

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

Shades of Cardinal #BB123C

Tints of Cardinal #BB123C

Color information

#BB123C (or 0xBB123C) is unknown color: approx Cardinal. HEX triplet: BB, 12 and 3C. RGB value is (187,18,60). Sum of RGB (Red+Green+Blue) = 187+18+60=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB123C is #44EDC3. Grayscale: #494949. Windows color (decimal): -4517316 or 3936955. OLE color: 3936955.

HSL color Cylindrical-coordinate representation of color #BB123C: hue angle of 345.09º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB123C is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1871860-
CMYK00.900.680.27
HSL345.09º82.44%40.2%-
HSV(B)345.09º90.37%73.33%-
XYZ21.5311.325.33-
YUV73.32120.49209.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.57%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=70.57%
G=6.79%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187186000.900.680.27345.0982.4440.2
HexBB123C05A441B1595228
Octal273227401321043353112250
Binary1011101110010111100010110101000100110111010110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB123C; }

 p { color: rgb(187,18,60); }

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

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

 a { background-color: rgb(187,18,60); }

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

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

 span { border-color: rgb(187,18,60); }

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