Html Css Color HEX #B92C18 Fire Brick

📋 copy color: '#B92C18'

red 185 ◦ green 44 ◦ blue 24

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

Shades of Fire Brick #B92C18

Tints of Fire Brick #B92C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.39%

 BLUE value IS 24 (9.77% from 255) = 9.49%

R = 73.12%
G = 17.39%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B92C18 (or 0xB92C18) is known color: Fire Brick. HEX triplet: B9, 2C and 18. RGB value is (185,44,24). Sum of RGB (Red+Green+Blue) = 185+44+24=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92C18 is #46D3E7. Grayscale: #545454. Windows color (decimal): -4641768 or 1584313. OLE color: 1584313.

HSL color Cylindrical-coordinate representation of color #B92C18: hue angle of 7.45º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B92C18 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 44 24 -
CMYK 0 0.76 0.87 0.27
HSL 7.45º 0.77% 0.41% -
HSV(B) 7.45º 0.87% 0.73% -
XYZ 21.07 12.18 2.1 -
YUV 83.88 94.21 200.13 -
System Red Green Blue C M Y K H S L
Decimal 185 44 24 0 0.76 0.87 0.27 7.45 0.77 0.41
Hex B9 2C 18 0 4C 57 1B 7 4D 29
Octal 271 54 30 0 114 127 33 7 115 51
Binary 10111001 101100 11000 0 1001100 1010111 11011 111 1001101 101001

Color Harmonies of #B92C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92C18

Black with #B92C18

Text Example


Text Example

White with #B92C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92C18; }

 p { color: rgb(185,44,24); }

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

background-color css

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

 a { background-color: rgb(185,44,24); }

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

border-color css

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

 span { border-color: rgb(185,44,24); }

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