Html Css Color HEX #BB190D Fire Brick

📋 copy color: '#BB190D'

red 187 ◦ green 25 ◦ blue 13

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

Shades of Fire Brick #BB190D

Tints of Fire Brick #BB190D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 83.11%
G = 11.11%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB190D (or 0xBB190D) is known color: Fire Brick. HEX triplet: BB, 19 and 0D. RGB value is (187,25,13). Sum of RGB (Red+Green+Blue) = 187+25+13=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB190D is #44E6F2. Grayscale: #484848. Windows color (decimal): -4515571 or 858555. OLE color: 858555.

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

Color convert

RGB 187 25 13 -
CMYK 0 0.87 0.93 0.27
HSL 4.14º 0.87% 0.39% -
HSV(B) 4.14º 0.93% 0.73% -
XYZ 20.91 11.29 1.46 -
YUV 72.07 94.67 209.98 -
System Red Green Blue C M Y K H S L
Decimal 187 25 13 0 0.87 0.93 0.27 4.14 0.87 0.39
Hex BB 19 D 0 57 5D 1B 4 57 27
Octal 273 31 15 0 127 135 33 4 127 47
Binary 10111011 11001 1101 0 1010111 1011101 11011 100 1010111 100111

Color Harmonies of #BB190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB190D

Black with #BB190D

Text Example


Text Example

White with #BB190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB190D; }

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

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

background-color css

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

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

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

border-color css

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

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

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