#BB1B3E

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

Shades of Cardinal #BB1B3E

Tints of Cardinal #BB1B3E

Color information

#BB1B3E (or 0xBB1B3E) is unknown color: approx Cardinal. HEX triplet: BB, 1B and 3E. RGB value is (187,27,62). Sum of RGB (Red+Green+Blue) = 187+27+62=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1B3E is #44E4C1. Grayscale: #4E4E4E. Windows color (decimal): -4515010 or 4070331. OLE color: 4070331.

HSL color Cylindrical-coordinate representation of color #BB1B3E: hue angle of 346.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1B3E is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1872762-
CMYK00.860.670.27
HSL346.88º74.77%41.96%-
HSV(B)346.88º85.56%73.33%-
XYZ21.7511.75.67-
YUV78.83118.51205.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.75%
GREEN value IS 27 (10.94% from 255) = 9.78%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=67.75%
G=9.78%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187276200.860.670.27346.8874.7741.96
HexBB1B3E056431B15b4b2a
Octal273337601261033353311352
Binary1011101111011111110010101101000011110111010110111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1B3E; }

 p { color: rgb(187,27,62); }

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

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

 a { background-color: rgb(187,27,62); }

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

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

 span { border-color: rgb(187,27,62); }

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