Html Css Color HEX #A1441F Rock Spray

📋 copy color: '#A1441F'

red 161 ◦ green 68 ◦ blue 31

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

Shades of Rock Spray #A1441F

Tints of Rock Spray #A1441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.15%

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

R = 61.92%
G = 26.15%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1441F (or 0xA1441F) is known color: Rock Spray. HEX triplet: A1, 44 and 1F. RGB value is (161,68,31). Sum of RGB (Red+Green+Blue) = 161+68+31=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A1441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1441F is #5EBBE0. Grayscale: #5B5B5B. Windows color (decimal): -6208481 or 2049185. OLE color: 2049185.

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

Color convert

RGB 161 68 31 -
CMYK 0 0.58 0.81 0.37
HSL 17.08º 0.68% 0.38% -
HSV(B) 17.08º 0.81% 0.63% -
XYZ 17.01 11.81 2.68 -
YUV 91.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 161 68 31 0 0.58 0.81 0.37 17.08 0.68 0.38
Hex A1 44 1F 0 3A 51 25 11 44 26
Octal 241 104 37 0 72 121 45 21 104 46
Binary 10100001 1000100 11111 0 111010 1010001 100101 10001 1000100 100110

Color Harmonies of #A1441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1441F

Black with #A1441F

Text Example


Text Example

White with #A1441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1441F; }

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

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

background-color css

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

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

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

border-color css

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

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

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