Html Css Color HEX #B92117 Fire Brick

📋 copy color: '#B92117'

red 185 ◦ green 33 ◦ blue 23

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

Shades of Fire Brick #B92117

Tints of Fire Brick #B92117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.69%

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

R = 76.76%
G = 13.69%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B92117 (or 0xB92117) is known color: Fire Brick. HEX triplet: B9, 21 and 17. RGB value is (185,33,23). Sum of RGB (Red+Green+Blue) = 185+33+23=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B92117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92117 is #46DEE8. Grayscale: #4D4D4D. Windows color (decimal): -4644585 or 1515961. OLE color: 1515961.

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

Color convert

RGB 185 33 23 -
CMYK 0 0.82 0.88 0.27
HSL 3.7º 0.78% 0.41% -
HSV(B) 3.7º 0.88% 0.73% -
XYZ 20.71 11.46 1.93 -
YUV 77.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 185 33 23 0 0.82 0.88 0.27 3.7 0.78 0.41
Hex B9 21 17 0 52 58 1B 4 4E 29
Octal 271 41 27 0 122 130 33 4 116 51
Binary 10111001 100001 10111 0 1010010 1011000 11011 100 1001110 101001

Color Harmonies of #B92117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92117

Black with #B92117

Text Example


Text Example

White with #B92117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92117; }

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

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

background-color css

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

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

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

border-color css

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

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

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