#BB1A0A

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

Shades of Fire Brick #BB1A0A

Tints of Fire Brick #BB1A0A

Color information

#BB1A0A (or 0xBB1A0A) is unknown color: approx Fire Brick. HEX triplet: BB, 1A and 0A. RGB value is (187,26,10). Sum of RGB (Red+Green+Blue) = 187+26+10=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1A0A is #44E5F5. Grayscale: #484848. Windows color (decimal): -4515318 or 662203. OLE color: 662203.

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

Color convert

RGB1872610-
CMYK00.860.950.27
HSL5.42º89.85%38.63%-
HSV(B)5.42º94.65%73.33%-
XYZ20.9211.331.37-
YUV72.3292.84209.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 83.86%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 10 (4.30% from 255) = 4.48%
R=83.86%
G=11.66%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187261000.860.950.275.4289.8538.63
HexBB1AA0565F1B55a27
Octal2733212012613733513247
Binary10111011110101010010101101011111110111011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1A0A; }

 p { color: rgb(187,26,10); }

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

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

 a { background-color: rgb(187,26,10); }

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

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

 span { border-color: rgb(187,26,10); }

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