Html Css Color HEX #A1412E Rock Spray

📋 copy color: '#A1412E'

red 161 ◦ green 65 ◦ blue 46

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

Shades of Rock Spray #A1412E

Tints of Rock Spray #A1412E

RGB

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

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

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

R = 59.19%
G = 23.9%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1412E (or 0xA1412E) is known color: Rock Spray. HEX triplet: A1, 41 and 2E. RGB value is (161,65,46). Sum of RGB (Red+Green+Blue) = 161+65+46=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1412E is #5EBED1. Grayscale: #5B5B5B. Windows color (decimal): -6209234 or 3031457. OLE color: 3031457.

HSL color Cylindrical-coordinate representation of color #A1412E: hue angle of 9.91º 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 #A1412E is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 65 46 -
CMYK 0 0.60 0.71 0.37
HSL 9.91º 0.56% 0.41% -
HSV(B) 9.91º 0.71% 0.63% -
XYZ 17.08 11.55 3.91 -
YUV 91.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 161 65 46 0 0.60 0.71 0.37 9.91 0.56 0.41
Hex A1 41 2E 0 3C 47 25 A 38 29
Octal 241 101 56 0 74 107 45 12 70 51
Binary 10100001 1000001 101110 0 111100 1000111 100101 1010 111000 101001

Color Harmonies of #A1412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1412E

Black with #A1412E

Text Example


Text Example

White with #A1412E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1412E; }

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

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

background-color css

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

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

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

border-color css

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

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

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