Html Css Color HEX #A1422E Rock Spray

📋 copy color: '#A1422E'

red 161 ◦ green 66 ◦ blue 46

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

Shades of Rock Spray #A1422E

Tints of Rock Spray #A1422E

RGB

 RED value IS 161 (63.28% from 255) = 58.97%

 GREEN value IS 66 (26.17% from 255) = 24.18%

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 58.97%
G = 24.18%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1422E (or 0xA1422E) is known color: Rock Spray. HEX triplet: A1, 42 and 2E. RGB value is (161,66,46). Sum of RGB (Red+Green+Blue) = 161+66+46=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1422E is #5EBDD1. Grayscale: #5C5C5C. Windows color (decimal): -6208978 or 3031713. OLE color: 3031713.

HSL color Cylindrical-coordinate representation of color #A1422E: hue angle of 10.43º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1422E is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 66 46 -
CMYK 0 0.59 0.71 0.37
HSL 10.43º 0.56% 0.41% -
HSV(B) 10.43º 0.71% 0.63% -
XYZ 17.14 11.67 3.93 -
YUV 92.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 161 66 46 0 0.59 0.71 0.37 10.43 0.56 0.41
Hex A1 42 2E 0 3B 47 25 A 38 29
Octal 241 102 56 0 73 107 45 12 70 51
Binary 10100001 1000010 101110 0 111011 1000111 100101 1010 111000 101001

Color Harmonies of #A1422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1422E

Black with #A1422E

Text Example


Text Example

White with #A1422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1422E; }

 p { color: rgb(161,66,46); }

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

background-color css

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

 a { background-color: rgb(161,66,46); }

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

border-color css

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

 span { border-color: rgb(161,66,46); }

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