Html Css Color HEX #993A20 Fire

📋 copy color: '#993A20'

red 153 ◦ green 58 ◦ blue 32

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

Shades of Fire #993A20

Tints of Fire #993A20

RGB

 RED value IS 153 (60.16% from 255) = 62.96%

 GREEN value IS 58 (23.05% from 255) = 23.87%

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 62.96%
G = 23.87%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#993A20 (or 0x993A20) is known color: Fire. HEX triplet: 99, 3A and 20. RGB value is (153,58,32). Sum of RGB (Red+Green+Blue) = 153+58+32=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #993A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A20 is #66C5DF. Grayscale: #535353. Windows color (decimal): -6735328 or 2112153. OLE color: 2112153.

HSL color Cylindrical-coordinate representation of color #993A20: hue angle of 12.89º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #993A20 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 58 32 -
CMYK 0 0.62 0.79 0.4
HSL 12.89º 0.65% 0.36% -
HSV(B) 12.89º 0.79% 0.6% -
XYZ 14.91 9.9 2.49 -
YUV 83.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 153 58 32 0 0.62 0.79 0.4 12.89 0.65 0.36
Hex 99 3A 20 0 3E 4F 28 D 41 24
Octal 231 72 40 0 76 117 50 15 101 44
Binary 10011001 111010 100000 0 111110 1001111 101000 1101 1000001 100100

Color Harmonies of #993A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A20

Black with #993A20

Text Example


Text Example

White with #993A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993A20; }

 p { color: rgb(153,58,32); }

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

background-color css

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

 a { background-color: rgb(153,58,32); }

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

border-color css

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

 span { border-color: rgb(153,58,32); }

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