#BB3028

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

Shades of Fire Brick #BB3028

Tints of Fire Brick #BB3028

Color information

#BB3028 (or 0xBB3028) is unknown color: approx Fire Brick. HEX triplet: BB, 30 and 28. RGB value is (187,48,40). Sum of RGB (Red+Green+Blue) = 187+48+40=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3028 is #44CFD7. Grayscale: #585858. Windows color (decimal): -4509656 or 2633915. OLE color: 2633915.

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

Color convert

RGB1874840-
CMYK00.740.790.27
HSL3.27º64.76%44.51%-
HSV(B)3.27º78.61%73.33%-
XYZ21.9312.833.33-
YUV88.65100.55198.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 40 (16.02% from 255) = 14.55%
R=68%
G=17.45%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187484000.740.790.273.2764.7644.51
HexBB302804A4F1B3412d
Octal2736050011211733310155
Binary1011101111000010100001001010100111111011111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3028; }

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

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

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

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

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

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

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

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