Html Css Color HEX #B92817 Fire Brick

📋 copy color: '#B92817'

red 185 ◦ green 40 ◦ blue 23

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

Shades of Fire Brick #B92817

Tints of Fire Brick #B92817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

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

R = 74.6%
G = 16.13%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B92817 (or 0xB92817) is known color: Fire Brick. HEX triplet: B9, 28 and 17. RGB value is (185,40,23). Sum of RGB (Red+Green+Blue) = 185+40+23=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B92817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92817 is #46D7E8. Grayscale: #515151. Windows color (decimal): -4642793 or 1517753. OLE color: 1517753.

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

Color convert

RGB 185 40 23 -
CMYK 0 0.78 0.88 0.27
HSL 6.3º 0.78% 0.41% -
HSV(B) 6.3º 0.88% 0.73% -
XYZ 20.92 11.89 2 -
YUV 81.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 185 40 23 0 0.78 0.88 0.27 6.3 0.78 0.41
Hex B9 28 17 0 4E 58 1B 6 4E 29
Octal 271 50 27 0 116 130 33 6 116 51
Binary 10111001 101000 10111 0 1001110 1011000 11011 110 1001110 101001

Color Harmonies of #B92817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92817

Black with #B92817

Text Example


Text Example

White with #B92817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92817; }

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

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

background-color css

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

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

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

border-color css

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

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

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