#bb3021

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

Shades of Fire Brick #BB3021

Tints of Fire Brick #BB3021

Color information

#BB3021 (or 0xBB3021) is unknown color: approx Fire Brick. HEX triplet: BB, 30 and 21. RGB value is (187,48,33). Sum of RGB (Red+Green+Blue) = 187+48+33=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3021 is #44CFDE. Grayscale: #585858. Windows color (decimal): -4509663 or 2175163. OLE color: 2175163.

HSL color Cylindrical-coordinate representation of color #BB3021: hue angle of 5.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB3021 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1874833-
CMYK00.740.820.27
HSL5.84º70%43.14%-
HSV(B)5.84º82.35%73.33%-
XYZ21.8212.792.76-
YUV87.8597.05198.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.78%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 33 (13.28% from 255) = 12.31%
R=69.78%
G=17.91%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187483300.740.820.275.847043.14
HexBB302104A521B6462b
Octal2736041011212233610653
Binary10111011110000100001010010101010010110111101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3021; }

 p { color: rgb(187,48,33); }

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

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

 a { background-color: rgb(187,48,33); }

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

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

 span { border-color: rgb(187,48,33); }

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