Html Css Color HEX #BB170D Fire Brick

📋 copy color: '#BB170D'

red 187 ◦ green 23 ◦ blue 13

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

Shades of Fire Brick #BB170D

Tints of Fire Brick #BB170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 83.86%
G = 10.31%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB170D (or 0xBB170D) is known color: Fire Brick. HEX triplet: BB, 17 and 0D. RGB value is (187,23,13). Sum of RGB (Red+Green+Blue) = 187+23+13=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB170D is #44E8F2. Grayscale: #474747. Windows color (decimal): -4516083 or 858043. OLE color: 858043.

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

Color convert

RGB 187 23 13 -
CMYK 0 0.88 0.93 0.27
HSL 3.45º 0.87% 0.39% -
HSV(B) 3.45º 0.93% 0.73% -
XYZ 20.87 11.21 1.44 -
YUV 70.9 95.33 210.81 -
System Red Green Blue C M Y K H S L
Decimal 187 23 13 0 0.88 0.93 0.27 3.45 0.87 0.39
Hex BB 17 D 0 58 5D 1B 3 57 27
Octal 273 27 15 0 130 135 33 3 127 47
Binary 10111011 10111 1101 0 1011000 1011101 11011 11 1010111 100111

Color Harmonies of #BB170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB170D

Black with #BB170D

Text Example


Text Example

White with #BB170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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