#BB2F24

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

Shades of Fire Brick #BB2F24

Tints of Fire Brick #BB2F24

Color information

#BB2F24 (or 0xBB2F24) is unknown color: approx Fire Brick. HEX triplet: BB, 2F and 24. RGB value is (187,47,36). Sum of RGB (Red+Green+Blue) = 187+47+36=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2F24 is #44D0DB. Grayscale: #575757. Windows color (decimal): -4509916 or 2371515. OLE color: 2371515.

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

Color convert

RGB1874736-
CMYK00.750.810.27
HSL4.37º67.71%43.73%-
HSV(B)4.37º80.75%73.33%-
XYZ21.8312.732.97-
YUV87.6198.88198.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.26%
GREEN value IS 47 (18.75% from 255) = 17.41%
BLUE value IS 36 (14.45% from 255) = 13.33%
R=69.26%
G=17.41%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187473600.750.810.274.3767.7143.73
HexBB2F2404B511B4442c
Octal2735744011312133410454
Binary10111011101111100100010010111010001110111001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2F24; }

 p { color: rgb(187,47,36); }

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

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

 a { background-color: rgb(187,47,36); }

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

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

 span { border-color: rgb(187,47,36); }

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