Html Css Color HEX #B93324 Fire Brick

📋 copy color: '#B93324'

red 185 ◦ green 51 ◦ blue 36

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

Shades of Fire Brick #B93324

Tints of Fire Brick #B93324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

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

R = 68.01%
G = 18.75%
B = 13.24%

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

#B93324 (or 0xB93324) is known color: Fire Brick. HEX triplet: B9, 33 and 24. RGB value is (185,51,36). Sum of RGB (Red+Green+Blue) = 185+51+36=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B93324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93324 is #46CCDB. Grayscale: #595959. Windows color (decimal): -4639964 or 2372537. OLE color: 2372537.

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

Color convert

RGB 185 51 36 -
CMYK 0 0.72 0.81 0.27
HSL 6.04º 0.67% 0.43% -
HSV(B) 6.04º 0.81% 0.73% -
XYZ 21.51 12.81 3.01 -
YUV 89.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 185 51 36 0 0.72 0.81 0.27 6.04 0.67 0.43
Hex B9 33 24 0 48 51 1B 6 43 2B
Octal 271 63 44 0 110 121 33 6 103 53
Binary 10111001 110011 100100 0 1001000 1010001 11011 110 1000011 101011

Color Harmonies of #B93324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93324

Black with #B93324

Text Example


Text Example

White with #B93324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93324; }

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

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

background-color css

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

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

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

border-color css

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

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

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