Html Css Color HEX #BB1A0F Fire Brick

📋 copy color: '#BB1A0F'

red 187 ◦ green 26 ◦ blue 15

#BB1A0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #BB1A0F

Tints of Fire Brick #BB1A0F

RGB

 RED value IS 187 (73.44% from 255) = 82.02%

 GREEN value IS 26 (10.55% from 255) = 11.4%

 BLUE value IS 15 (6.25% from 255) = 6.58%

R = 82.02%
G = 11.4%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB1A0F (or 0xBB1A0F) is known color: Fire Brick. HEX triplet: BB, 1A and 0F. RGB value is (187,26,15). Sum of RGB (Red+Green+Blue) = 187+26+15=228 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.02% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1A0F is #44E5F0. Grayscale: #494949. Windows color (decimal): -4515313 or 989883. OLE color: 989883.

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

Color convert

RGB 187 26 15 -
CMYK 0 0.86 0.92 0.27
HSL 3.84º 0.85% 0.4% -
HSV(B) 3.84º 0.92% 0.73% -
XYZ 20.95 11.34 1.54 -
YUV 72.89 95.34 209.39 -
System Red Green Blue C M Y K H S L
Decimal 187 26 15 0 0.86 0.92 0.27 3.84 0.85 0.4
Hex BB 1A F 0 56 5C 1B 4 55 28
Octal 273 32 17 0 126 134 33 4 125 50
Binary 10111011 11010 1111 0 1010110 1011100 11011 100 1010101 101000

Color Harmonies of #BB1A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A0F

Black with #BB1A0F

Text Example


Text Example

White with #BB1A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A0F; }

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

 H1.HeaderClassName
 {
   color: #BB1A0F;
 }
 .AnyTagClassName
 {
   color: #BB1A0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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