Html Css Color HEX #A6411F Rock Spray

📋 copy color: '#A6411F'

red 166 ◦ green 65 ◦ blue 31

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

Shades of Rock Spray #A6411F

Tints of Rock Spray #A6411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 63.36%
G = 24.81%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A6411F (or 0xA6411F) is known color: Rock Spray. HEX triplet: A6, 41 and 1F. RGB value is (166,65,31). Sum of RGB (Red+Green+Blue) = 166+65+31=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A6411F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6411F is #59BEE0. Grayscale: #5B5B5B. Windows color (decimal): -5881569 or 2048422. OLE color: 2048422.

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

Color convert

RGB 166 65 31 -
CMYK 0 0.61 0.81 0.35
HSL 15.11º 0.69% 0.39% -
HSV(B) 15.11º 0.81% 0.65% -
XYZ 17.86 11.99 2.67 -
YUV 91.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 166 65 31 0 0.61 0.81 0.35 15.11 0.69 0.39
Hex A6 41 1F 0 3D 51 23 F 45 27
Octal 246 101 37 0 75 121 43 17 105 47
Binary 10100110 1000001 11111 0 111101 1010001 100011 1111 1000101 100111

Color Harmonies of #A6411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6411F

Black with #A6411F

Text Example


Text Example

White with #A6411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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