#BB2B25

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

Shades of Fire Brick #BB2B25

Tints of Fire Brick #BB2B25

Color information

#BB2B25 (or 0xBB2B25) is unknown color: approx Fire Brick. HEX triplet: BB, 2B and 25. RGB value is (187,43,37). Sum of RGB (Red+Green+Blue) = 187+43+37=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2B25 is #44D4DA. Grayscale: #555555. Windows color (decimal): -4510939 or 2436027. OLE color: 2436027.

HSL color Cylindrical-coordinate representation of color #BB2B25: hue angle of 2.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2B25 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1874337-
CMYK00.770.800.27
HSL2.4º66.96%43.92%-
HSV(B)2.4º80.21%73.33%-
XYZ21.6912.433.01-
YUV85.37100.71200.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.04%
GREEN value IS 43 (17.19% from 255) = 16.10%
BLUE value IS 37 (14.84% from 255) = 13.86%
R=70.04%
G=16.10%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187433700.770.800.272.466.9643.92
HexBB2B2504D501B2432c
Octal2735345011512033210354
Binary1011101110101110010101001101101000011011101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2B25; }

 p { color: rgb(187,43,37); }

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

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

 a { background-color: rgb(187,43,37); }

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

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

 span { border-color: rgb(187,43,37); }

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