Html Css Color HEX #A6411D Rock Spray

📋 copy color: '#A6411D'

red 166 ◦ green 65 ◦ blue 29

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

Shades of Rock Spray #A6411D

Tints of Rock Spray #A6411D

RGB

 RED value IS 166 (65.23% from 255) = 63.85%

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

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 63.85%
G = 25%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6411D (or 0xA6411D) is known color: Rock Spray. HEX triplet: A6, 41 and 1D. RGB value is (166,65,29). Sum of RGB (Red+Green+Blue) = 166+65+29=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A6411D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6411D is #59BEE2. Grayscale: #5B5B5B. Windows color (decimal): -5881571 or 1917350. OLE color: 1917350.

HSL color Cylindrical-coordinate representation of color #A6411D: hue angle of 15.77º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6411D is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 65 29 -
CMYK 0 0.61 0.83 0.35
HSL 15.77º 0.7% 0.38% -
HSV(B) 15.77º 0.83% 0.65% -
XYZ 17.84 11.98 2.53 -
YUV 91.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 166 65 29 0 0.61 0.83 0.35 15.77 0.7 0.38
Hex A6 41 1D 0 3D 53 23 10 46 26
Octal 246 101 35 0 75 123 43 20 106 46
Binary 10100110 1000001 11101 0 111101 1010011 100011 10000 1000110 100110

Color Harmonies of #A6411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6411D

Black with #A6411D

Text Example


Text Example

White with #A6411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6411D; }

 p { color: rgb(166,65,29); }

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

background-color css

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

 a { background-color: rgb(166,65,29); }

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

border-color css

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

 span { border-color: rgb(166,65,29); }

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