Html Css Color HEX #A8411E Rock Spray

📋 copy color: '#A8411E'

red 168 ◦ green 65 ◦ blue 30

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

Shades of Rock Spray #A8411E

Tints of Rock Spray #A8411E

RGB

 RED value IS 168 (66.02% from 255) = 63.88%

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

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

R = 63.88%
G = 24.71%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8411E (or 0xA8411E) is known color: Rock Spray. HEX triplet: A8, 41 and 1E. RGB value is (168,65,30). Sum of RGB (Red+Green+Blue) = 168+65+30=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8411E is #57BEE1. Grayscale: #5C5C5C. Windows color (decimal): -5750498 or 1982888. OLE color: 1982888.

HSL color Cylindrical-coordinate representation of color #A8411E: hue angle of 15.22º 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 #A8411E is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 65 30 -
CMYK 0 0.61 0.82 0.34
HSL 15.22º 0.7% 0.39% -
HSV(B) 15.22º 0.82% 0.66% -
XYZ 18.27 12.2 2.62 -
YUV 91.81 93.12 182.35 -
System Red Green Blue C M Y K H S L
Decimal 168 65 30 0 0.61 0.82 0.34 15.22 0.7 0.39
Hex A8 41 1E 0 3D 52 22 F 46 27
Octal 250 101 36 0 75 122 42 17 106 47
Binary 10101000 1000001 11110 0 111101 1010010 100010 1111 1000110 100111

Color Harmonies of #A8411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8411E

Black with #A8411E

Text Example


Text Example

White with #A8411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8411E; }

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

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

background-color css

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

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

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

border-color css

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

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

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