Html Css Color HEX #A0441F Rock Spray

📋 copy color: '#A0441F'

red 160 ◦ green 68 ◦ blue 31

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

Shades of Rock Spray #A0441F

Tints of Rock Spray #A0441F

RGB

 RED value IS 160 (62.89% from 255) = 61.78%

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

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

R = 61.78%
G = 26.25%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0441F (or 0xA0441F) is known color: Rock Spray. HEX triplet: A0, 44 and 1F. RGB value is (160,68,31). Sum of RGB (Red+Green+Blue) = 160+68+31=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0441F is #5FBBE0. Grayscale: #5B5B5B. Windows color (decimal): -6274017 or 2049184. OLE color: 2049184.

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

Color convert

RGB 160 68 31 -
CMYK 0 0.57 0.81 0.37
HSL 17.21º 0.68% 0.37% -
HSV(B) 17.21º 0.81% 0.63% -
XYZ 16.81 11.71 2.67 -
YUV 91.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 160 68 31 0 0.57 0.81 0.37 17.21 0.68 0.37
Hex A0 44 1F 0 39 51 25 11 44 25
Octal 240 104 37 0 71 121 45 21 104 45
Binary 10100000 1000100 11111 0 111001 1010001 100101 10001 1000100 100101

Color Harmonies of #A0441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0441F

Black with #A0441F

Text Example


Text Example

White with #A0441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0441F; }

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

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

background-color css

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

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

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

border-color css

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

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

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