Html Css Color HEX #B93224 Fire Brick

📋 copy color: '#B93224'

red 185 ◦ green 50 ◦ blue 36

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

Shades of Fire Brick #B93224

Tints of Fire Brick #B93224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

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

R = 68.27%
G = 18.45%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B93224 (or 0xB93224) is known color: Fire Brick. HEX triplet: B9, 32 and 24. RGB value is (185,50,36). Sum of RGB (Red+Green+Blue) = 185+50+36=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B93224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93224 is #46CDDB. Grayscale: #585858. Windows color (decimal): -4640220 or 2372281. OLE color: 2372281.

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

Color convert

RGB 185 50 36 -
CMYK 0 0.73 0.81 0.27
HSL 5.64º 0.67% 0.43% -
HSV(B) 5.64º 0.81% 0.73% -
XYZ 21.47 12.72 2.99 -
YUV 88.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 185 50 36 0 0.73 0.81 0.27 5.64 0.67 0.43
Hex B9 32 24 0 49 51 1B 6 43 2B
Octal 271 62 44 0 111 121 33 6 103 53
Binary 10111001 110010 100100 0 1001001 1010001 11011 110 1000011 101011

Color Harmonies of #B93224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93224

Black with #B93224

Text Example


Text Example

White with #B93224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93224; }

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

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

background-color css

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

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

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

border-color css

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

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

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