Html Css Color HEX #B92017 Fire Brick

📋 copy color: '#B92017'

red 185 ◦ green 32 ◦ blue 23

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

Shades of Fire Brick #B92017

Tints of Fire Brick #B92017

RGB

 RED value IS 185 (72.66% from 255) = 77.08%

 GREEN value IS 32 (12.89% from 255) = 13.33%

 BLUE value IS 23 (9.38% from 255) = 9.58%

R = 77.08%
G = 13.33%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B92017 (or 0xB92017) is known color: Fire Brick. HEX triplet: B9, 20 and 17. RGB value is (185,32,23). Sum of RGB (Red+Green+Blue) = 185+32+23=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B92017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92017 is #46DFE8. Grayscale: #4C4C4C. Windows color (decimal): -4644841 or 1515705. OLE color: 1515705.

HSL color Cylindrical-coordinate representation of color #B92017: hue angle of 3.33º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B92017 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 32 23 -
CMYK 0 0.83 0.88 0.27
HSL 3.33º 0.78% 0.41% -
HSV(B) 3.33º 0.88% 0.73% -
XYZ 20.68 11.41 1.92 -
YUV 76.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 185 32 23 0 0.83 0.88 0.27 3.33 0.78 0.41
Hex B9 20 17 0 53 58 1B 3 4E 29
Octal 271 40 27 0 123 130 33 3 116 51
Binary 10111001 100000 10111 0 1010011 1011000 11011 11 1001110 101001

Color Harmonies of #B92017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92017

Black with #B92017

Text Example


Text Example

White with #B92017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92017; }

 p { color: rgb(185,32,23); }

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

background-color css

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

 a { background-color: rgb(185,32,23); }

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

border-color css

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

 span { border-color: rgb(185,32,23); }

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