Html Css Color HEX #9B412E Rock Spray

📋 copy color: '#9B412E'

red 155 ◦ green 65 ◦ blue 46

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

Shades of Rock Spray #9B412E

Tints of Rock Spray #9B412E

RGB

 RED value IS 155 (60.94% from 255) = 58.27%

 GREEN value IS 65 (25.78% from 255) = 24.44%

 BLUE value IS 46 (18.36% from 255) = 17.29%

R = 58.27%
G = 24.44%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B412E (or 0x9B412E) is known color: Rock Spray. HEX triplet: 9B, 41 and 2E. RGB value is (155,65,46). Sum of RGB (Red+Green+Blue) = 155+65+46=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B412E is #64BED1. Grayscale: #595959. Windows color (decimal): -6602450 or 3031451. OLE color: 3031451.

HSL color Cylindrical-coordinate representation of color #9B412E: hue angle of 10.46º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B412E is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 65 46 -
CMYK 0 0.58 0.70 0.39
HSL 10.46º 0.54% 0.39% -
HSV(B) 10.46º 0.7% 0.61% -
XYZ 15.9 10.95 3.86 -
YUV 89.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 155 65 46 0 0.58 0.70 0.39 10.46 0.54 0.39
Hex 9B 41 2E 0 3A 46 27 A 36 27
Octal 233 101 56 0 72 106 47 12 66 47
Binary 10011011 1000001 101110 0 111010 1000110 100111 1010 110110 100111

Color Harmonies of #9B412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B412E

Black with #9B412E

Text Example


Text Example

White with #9B412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,65,46); }

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

background-color css

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

 a { background-color: rgb(155,65,46); }

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

border-color css

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

 span { border-color: rgb(155,65,46); }

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