Html Css Color HEX #A6411B Rock Spray

📋 copy color: '#A6411B'

red 166 ◦ green 65 ◦ blue 27

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

Shades of Rock Spray #A6411B

Tints of Rock Spray #A6411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.47%

R = 64.34%
G = 25.19%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6411B (or 0xA6411B) is known color: Rock Spray. HEX triplet: A6, 41 and 1B. RGB value is (166,65,27). Sum of RGB (Red+Green+Blue) = 166+65+27=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A6411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6411B is #59BEE4. Grayscale: #5B5B5B. Windows color (decimal): -5881573 or 1786278. OLE color: 1786278.

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

Color convert

RGB 166 65 27 -
CMYK 0 0.61 0.84 0.35
HSL 16.4º 0.72% 0.38% -
HSV(B) 16.4º 0.84% 0.65% -
XYZ 17.81 11.97 2.41 -
YUV 90.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 166 65 27 0 0.61 0.84 0.35 16.4 0.72 0.38
Hex A6 41 1B 0 3D 54 23 10 48 26
Octal 246 101 33 0 75 124 43 20 110 46
Binary 10100110 1000001 11011 0 111101 1010100 100011 10000 1001000 100110

Color Harmonies of #A6411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6411B

Black with #A6411B

Text Example


Text Example

White with #A6411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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