Html Css Color HEX #B92417 Fire Brick

📋 copy color: '#B92417'

red 185 ◦ green 36 ◦ blue 23

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

Shades of Fire Brick #B92417

Tints of Fire Brick #B92417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.75%

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

R = 75.82%
G = 14.75%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B92417 (or 0xB92417) is known color: Fire Brick. HEX triplet: B9, 24 and 17. RGB value is (185,36,23). Sum of RGB (Red+Green+Blue) = 185+36+23=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B92417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92417 is #46DBE8. Grayscale: #4F4F4F. Windows color (decimal): -4643817 or 1516729. OLE color: 1516729.

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

Color convert

RGB 185 36 23 -
CMYK 0 0.81 0.88 0.27
HSL 4.81º 0.78% 0.41% -
HSV(B) 4.81º 0.88% 0.73% -
XYZ 20.79 11.64 1.96 -
YUV 79.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 185 36 23 0 0.81 0.88 0.27 4.81 0.78 0.41
Hex B9 24 17 0 51 58 1B 5 4E 29
Octal 271 44 27 0 121 130 33 5 116 51
Binary 10111001 100100 10111 0 1010001 1011000 11011 101 1001110 101001

Color Harmonies of #B92417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92417

Black with #B92417

Text Example


Text Example

White with #B92417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92417; }

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

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

background-color css

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

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

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

border-color css

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

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

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