Html Css Color HEX #BB190A Fire Brick

📋 copy color: '#BB190A'

red 187 ◦ green 25 ◦ blue 10

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

Shades of Fire Brick #BB190A

Tints of Fire Brick #BB190A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.26%

 BLUE value IS 10 (4.3% from 255) = 4.5%

R = 84.23%
G = 11.26%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB190A (or 0xBB190A) is known color: Fire Brick. HEX triplet: BB, 19 and 0A. RGB value is (187,25,10). Sum of RGB (Red+Green+Blue) = 187+25+10=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB190A is #44E6F5. Grayscale: #474747. Windows color (decimal): -4515574 or 661947. OLE color: 661947.

HSL color Cylindrical-coordinate representation of color #BB190A: hue angle of 5.08º 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 #BB190A is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 25 10 -
CMYK 0 0.87 0.95 0.27
HSL 5.08º 0.9% 0.39% -
HSV(B) 5.08º 0.95% 0.73% -
XYZ 20.9 11.28 1.36 -
YUV 71.73 93.17 210.22 -
System Red Green Blue C M Y K H S L
Decimal 187 25 10 0 0.87 0.95 0.27 5.08 0.9 0.39
Hex BB 19 A 0 57 5F 1B 5 5A 27
Octal 273 31 12 0 127 137 33 5 132 47
Binary 10111011 11001 1010 0 1010111 1011111 11011 101 1011010 100111

Color Harmonies of #BB190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB190A

Black with #BB190A

Text Example


Text Example

White with #BB190A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB190A; }

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

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

background-color css

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

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

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

border-color css

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

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

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