Html Css Color HEX #B92217 Fire Brick

📋 copy color: '#B92217'

red 185 ◦ green 34 ◦ blue 23

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

Shades of Fire Brick #B92217

Tints of Fire Brick #B92217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

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

R = 76.45%
G = 14.05%
B = 9.5%

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

#B92217 (or 0xB92217) is known color: Fire Brick. HEX triplet: B9, 22 and 17. RGB value is (185,34,23). Sum of RGB (Red+Green+Blue) = 185+34+23=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B92217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92217 is #46DDE8. Grayscale: #4E4E4E. Windows color (decimal): -4644329 or 1516217. OLE color: 1516217.

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

Color convert

RGB 185 34 23 -
CMYK 0 0.82 0.88 0.27
HSL 4.07º 0.78% 0.41% -
HSV(B) 4.07º 0.88% 0.73% -
XYZ 20.73 11.52 1.94 -
YUV 77.9 97.03 204.39 -
System Red Green Blue C M Y K H S L
Decimal 185 34 23 0 0.82 0.88 0.27 4.07 0.78 0.41
Hex B9 22 17 0 52 58 1B 4 4E 29
Octal 271 42 27 0 122 130 33 4 116 51
Binary 10111001 100010 10111 0 1010010 1011000 11011 100 1001110 101001

Color Harmonies of #B92217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92217

Black with #B92217

Text Example


Text Example

White with #B92217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92217; }

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

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

background-color css

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

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

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

border-color css

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

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

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