Html Css Color HEX #953A24 Fire

📋 copy color: '#953A24'

red 149 ◦ green 58 ◦ blue 36

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

Shades of Fire #953A24

Tints of Fire #953A24

RGB

 RED value IS 149 (58.59% from 255) = 61.32%

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

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

R = 61.32%
G = 23.87%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#953A24 (or 0x953A24) is known color: Fire. HEX triplet: 95, 3A and 24. RGB value is (149,58,36). Sum of RGB (Red+Green+Blue) = 149+58+36=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #953A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A24 is #6AC5DB. Grayscale: #525252. Windows color (decimal): -6997468 or 2374293. OLE color: 2374293.

HSL color Cylindrical-coordinate representation of color #953A24: hue angle of 11.68º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #953A24 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 36 -
CMYK 0 0.61 0.76 0.42
HSL 11.68º 0.61% 0.36% -
HSV(B) 11.68º 0.76% 0.58% -
XYZ 14.23 9.54 2.76 -
YUV 82.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 149 58 36 0 0.61 0.76 0.42 11.68 0.61 0.36
Hex 95 3A 24 0 3D 4C 2A C 3D 24
Octal 225 72 44 0 75 114 52 14 75 44
Binary 10010101 111010 100100 0 111101 1001100 101010 1100 111101 100100

Color Harmonies of #953A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A24

Black with #953A24

Text Example


Text Example

White with #953A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A24; }

 p { color: rgb(149,58,36); }

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

background-color css

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

 a { background-color: rgb(149,58,36); }

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

border-color css

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

 span { border-color: rgb(149,58,36); }

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