Html Css Color HEX #953C28 Fire

📋 copy color: '#953C28'

red 149 ◦ green 60 ◦ blue 40

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

Shades of Fire #953C28

Tints of Fire #953C28

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.1%

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 59.84%
G = 24.1%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#953C28 (or 0x953C28) is known color: Fire. HEX triplet: 95, 3C and 28. RGB value is (149,60,40). Sum of RGB (Red+Green+Blue) = 149+60+40=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #953C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C28 is #6AC3D7. Grayscale: #545454. Windows color (decimal): -6996952 or 2636949. OLE color: 2636949.

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

Color convert

RGB 149 60 40 -
CMYK 0 0.60 0.73 0.42
HSL 11.01º 0.58% 0.37% -
HSV(B) 11.01º 0.73% 0.58% -
XYZ 14.39 9.77 3.14 -
YUV 84.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 149 60 40 0 0.60 0.73 0.42 11.01 0.58 0.37
Hex 95 3C 28 0 3C 49 2A B 3A 25
Octal 225 74 50 0 74 111 52 13 72 45
Binary 10010101 111100 101000 0 111100 1001001 101010 1011 111010 100101

Color Harmonies of #953C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C28

Black with #953C28

Text Example


Text Example

White with #953C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,60,40); }

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

background-color css

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

 a { background-color: rgb(149,60,40); }

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

border-color css

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

 span { border-color: rgb(149,60,40); }

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