Html Css Color HEX #B93024 Fire Brick

📋 copy color: '#B93024'

red 185 ◦ green 48 ◦ blue 36

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

Shades of Fire Brick #B93024

Tints of Fire Brick #B93024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

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

R = 68.77%
G = 17.84%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B93024 (or 0xB93024) is known color: Fire Brick. HEX triplet: B9, 30 and 24. RGB value is (185,48,36). Sum of RGB (Red+Green+Blue) = 185+48+36=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B93024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93024 is #46CFDB. Grayscale: #575757. Windows color (decimal): -4640732 or 2371769. OLE color: 2371769.

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

Color convert

RGB 185 48 36 -
CMYK 0 0.74 0.81 0.27
HSL 4.83º 0.67% 0.43% -
HSV(B) 4.83º 0.81% 0.73% -
XYZ 21.38 12.56 2.97 -
YUV 87.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 185 48 36 0 0.74 0.81 0.27 4.83 0.67 0.43
Hex B9 30 24 0 4A 51 1B 5 43 2B
Octal 271 60 44 0 112 121 33 5 103 53
Binary 10111001 110000 100100 0 1001010 1010001 11011 101 1000011 101011

Color Harmonies of #B93024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93024

Black with #B93024

Text Example


Text Example

White with #B93024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93024; }

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

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

background-color css

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

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

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

border-color css

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

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

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