#BB123D

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

Shades of Cardinal #BB123D

Tints of Cardinal #BB123D

Color information

#BB123D (or 0xBB123D) is unknown color: approx Cardinal. HEX triplet: BB, 12 and 3D. RGB value is (187,18,61). Sum of RGB (Red+Green+Blue) = 187+18+61=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB123D is #44EDC2. Grayscale: #494949. Windows color (decimal): -4517315 or 4002491. OLE color: 4002491.

HSL color Cylindrical-coordinate representation of color #BB123D: hue angle of 344.73º 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 #BB123D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1871861-
CMYK00.900.670.27
HSL344.73º82.44%40.2%-
HSV(B)344.73º90.37%73.33%-
XYZ21.5511.335.47-
YUV73.43120.99209-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.30%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 61 (24.22% from 255) = 22.93%
R=70.30%
G=6.77%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187186100.900.670.27344.7382.4440.2
HexBB123D05A431B1595228
Octal273227501321033353112250
Binary1011101110010111101010110101000011110111010110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB123D; }

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

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

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

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

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

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

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

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