Html Css Color HEX #B93424 Fire Brick

📋 copy color: '#B93424'

red 185 ◦ green 52 ◦ blue 36

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

Shades of Fire Brick #B93424

Tints of Fire Brick #B93424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

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

R = 67.77%
G = 19.05%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B93424 (or 0xB93424) is known color: Fire Brick. HEX triplet: B9, 34 and 24. RGB value is (185,52,36). Sum of RGB (Red+Green+Blue) = 185+52+36=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B93424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93424 is #46CBDB. Grayscale: #5A5A5A. Windows color (decimal): -4639708 or 2372793. OLE color: 2372793.

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

Color convert

RGB 185 52 36 -
CMYK 0 0.72 0.81 0.27
HSL 6.44º 0.67% 0.43% -
HSV(B) 6.44º 0.81% 0.73% -
XYZ 21.55 12.9 3.02 -
YUV 89.94 97.56 195.8 -
System Red Green Blue C M Y K H S L
Decimal 185 52 36 0 0.72 0.81 0.27 6.44 0.67 0.43
Hex B9 34 24 0 48 51 1B 6 43 2B
Octal 271 64 44 0 110 121 33 6 103 53
Binary 10111001 110100 100100 0 1001000 1010001 11011 110 1000011 101011

Color Harmonies of #B93424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93424

Black with #B93424

Text Example


Text Example

White with #B93424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93424; }

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

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

background-color css

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

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

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

border-color css

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

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

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