Html Css Color HEX #B92724 Fire Brick

📋 copy color: '#B92724'

red 185 ◦ green 39 ◦ blue 36

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

Shades of Fire Brick #B92724

Tints of Fire Brick #B92724

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

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

R = 71.15%
G = 15%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B92724 (or 0xB92724) is known color: Fire Brick. HEX triplet: B9, 27 and 24. RGB value is (185,39,36). Sum of RGB (Red+Green+Blue) = 185+39+36=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B92724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92724 is #46D8DB. Grayscale: #525252. Windows color (decimal): -4643036 or 2369465. OLE color: 2369465.

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

Color convert

RGB 185 39 36 -
CMYK 0 0.79 0.81 0.27
HSL 1.21º 0.67% 0.43% -
HSV(B) 1.21º 0.81% 0.73% -
XYZ 21.05 11.89 2.86 -
YUV 82.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 185 39 36 0 0.79 0.81 0.27 1.21 0.67 0.43
Hex B9 27 24 0 4F 51 1B 1 43 2B
Octal 271 47 44 0 117 121 33 1 103 53
Binary 10111001 100111 100100 0 1001111 1010001 11011 1 1000011 101011

Color Harmonies of #B92724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92724

Black with #B92724

Text Example


Text Example

White with #B92724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92724; }

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

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

background-color css

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

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

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

border-color css

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

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

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