Html Css Color HEX #B92517 Fire Brick

📋 copy color: '#B92517'

red 185 ◦ green 37 ◦ blue 23

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

Shades of Fire Brick #B92517

Tints of Fire Brick #B92517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.1%

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

R = 75.51%
G = 15.1%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B92517 (or 0xB92517) is known color: Fire Brick. HEX triplet: B9, 25 and 17. RGB value is (185,37,23). Sum of RGB (Red+Green+Blue) = 185+37+23=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B92517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92517 is #46DAE8. Grayscale: #4F4F4F. Windows color (decimal): -4643561 or 1516985. OLE color: 1516985.

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

Color convert

RGB 185 37 23 -
CMYK 0 0.80 0.88 0.27
HSL 5.19º 0.78% 0.41% -
HSV(B) 5.19º 0.88% 0.73% -
XYZ 20.82 11.7 1.97 -
YUV 79.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 185 37 23 0 0.80 0.88 0.27 5.19 0.78 0.41
Hex B9 25 17 0 50 58 1B 5 4E 29
Octal 271 45 27 0 120 130 33 5 116 51
Binary 10111001 100101 10111 0 1010000 1011000 11011 101 1001110 101001

Color Harmonies of #B92517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92517

Black with #B92517

Text Example


Text Example

White with #B92517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92517; }

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

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

background-color css

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

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

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

border-color css

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

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

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