Html Css Color HEX #B92824 Fire Brick

📋 copy color: '#B92824'

red 185 ◦ green 40 ◦ blue 36

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

Shades of Fire Brick #B92824

Tints of Fire Brick #B92824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.79%

R = 70.88%
G = 15.33%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B92824 (or 0xB92824) is known color: Fire Brick. HEX triplet: B9, 28 and 24. RGB value is (185,40,36). Sum of RGB (Red+Green+Blue) = 185+40+36=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B92824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92824 is #46D7DB. Grayscale: #535353. Windows color (decimal): -4642780 or 2369721. OLE color: 2369721.

HSL color Cylindrical-coordinate representation of color #B92824: hue angle of 1.61º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92824 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 40 36 -
CMYK 0 0.78 0.81 0.27
HSL 1.61º 0.67% 0.43% -
HSV(B) 1.61º 0.81% 0.73% -
XYZ 21.08 11.96 2.87 -
YUV 82.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 185 40 36 0 0.78 0.81 0.27 1.61 0.67 0.43
Hex B9 28 24 0 4E 51 1B 2 43 2B
Octal 271 50 44 0 116 121 33 2 103 53
Binary 10111001 101000 100100 0 1001110 1010001 11011 10 1000011 101011

Color Harmonies of #B92824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92824

Black with #B92824

Text Example


Text Example

White with #B92824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92824; }

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

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

background-color css

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

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

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

border-color css

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

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

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