Html Css Color HEX #A9411E Rock Spray

📋 copy color: '#A9411E'

red 169 ◦ green 65 ◦ blue 30

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

Shades of Rock Spray #A9411E

Tints of Rock Spray #A9411E

RGB

 RED value IS 169 (66.41% from 255) = 64.02%

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

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 64.02%
G = 24.62%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A9411E (or 0xA9411E) is known color: Rock Spray. HEX triplet: A9, 41 and 1E. RGB value is (169,65,30). Sum of RGB (Red+Green+Blue) = 169+65+30=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A9411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9411E is #56BEE1. Grayscale: #5C5C5C. Windows color (decimal): -5684962 or 1982889. OLE color: 1982889.

HSL color Cylindrical-coordinate representation of color #A9411E: hue angle of 15.11º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9411E is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 65 30 -
CMYK 0 0.62 0.82 0.34
HSL 15.11º 0.7% 0.39% -
HSV(B) 15.11º 0.82% 0.66% -
XYZ 18.49 12.31 2.63 -
YUV 92.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 169 65 30 0 0.62 0.82 0.34 15.11 0.7 0.39
Hex A9 41 1E 0 3E 52 22 F 46 27
Octal 251 101 36 0 76 122 42 17 106 47
Binary 10101001 1000001 11110 0 111110 1010010 100010 1111 1000110 100111

Color Harmonies of #A9411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9411E

Black with #A9411E

Text Example


Text Example

White with #A9411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9411E; }

 p { color: rgb(169,65,30); }

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

background-color css

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

 a { background-color: rgb(169,65,30); }

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

border-color css

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

 span { border-color: rgb(169,65,30); }

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