Html Css Color HEX #9E3C30 Rock Spray

📋 copy color: '#9E3C30'

red 158 ◦ green 60 ◦ blue 48

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

Shades of Rock Spray #9E3C30

Tints of Rock Spray #9E3C30

RGB

 RED value IS 158 (62.11% from 255) = 59.4%

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

 BLUE value IS 48 (19.14% from 255) = 18.05%

R = 59.4%
G = 22.56%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9E3C30 (or 0x9E3C30) is known color: Rock Spray. HEX triplet: 9E, 3C and 30. RGB value is (158,60,48). Sum of RGB (Red+Green+Blue) = 158+60+48=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3C30 is #61C3CF. Grayscale: #585858. Windows color (decimal): -6407120 or 3161246. OLE color: 3161246.

HSL color Cylindrical-coordinate representation of color #9E3C30: hue angle of 6.55º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3C30 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 60 48 -
CMYK 0 0.62 0.70 0.38
HSL 6.55º 0.53% 0.4% -
HSV(B) 6.55º 0.7% 0.62% -
XYZ 16.25 10.71 4.01 -
YUV 87.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 158 60 48 0 0.62 0.70 0.38 6.55 0.53 0.4
Hex 9E 3C 30 0 3E 46 26 7 35 28
Octal 236 74 60 0 76 106 46 7 65 50
Binary 10011110 111100 110000 0 111110 1000110 100110 111 110101 101000

Color Harmonies of #9E3C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3C30

Black with #9E3C30

Text Example


Text Example

White with #9E3C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E3C30; }

 p { color: rgb(158,60,48); }

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

background-color css

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

 a { background-color: rgb(158,60,48); }

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

border-color css

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

 span { border-color: rgb(158,60,48); }

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