Html Css Color HEX #A1421F Rock Spray

📋 copy color: '#A1421F'

red 161 ◦ green 66 ◦ blue 31

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

Shades of Rock Spray #A1421F

Tints of Rock Spray #A1421F

RGB

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

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

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

R = 62.4%
G = 25.58%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1421F (or 0xA1421F) is known color: Rock Spray. HEX triplet: A1, 42 and 1F. RGB value is (161,66,31). Sum of RGB (Red+Green+Blue) = 161+66+31=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A1421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1421F is #5EBDE0. Grayscale: #5A5A5A. Windows color (decimal): -6208993 or 2048673. OLE color: 2048673.

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

Color convert

RGB 161 66 31 -
CMYK 0 0.59 0.81 0.37
HSL 16.15º 0.68% 0.38% -
HSV(B) 16.15º 0.81% 0.63% -
XYZ 16.89 11.57 2.64 -
YUV 90.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 161 66 31 0 0.59 0.81 0.37 16.15 0.68 0.38
Hex A1 42 1F 0 3B 51 25 10 44 26
Octal 241 102 37 0 73 121 45 20 104 46
Binary 10100001 1000010 11111 0 111011 1010001 100101 10000 1000100 100110

Color Harmonies of #A1421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1421F

Black with #A1421F

Text Example


Text Example

White with #A1421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1421F; }

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

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

background-color css

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

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

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

border-color css

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

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

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