Html Css Color HEX #A0401F Rock Spray

📋 copy color: '#A0401F'

red 160 ◦ green 64 ◦ blue 31

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

Shades of Rock Spray #A0401F

Tints of Rock Spray #A0401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.1%

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

R = 62.75%
G = 25.1%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0401F (or 0xA0401F) is known color: Rock Spray. HEX triplet: A0, 40 and 1F. RGB value is (160,64,31). Sum of RGB (Red+Green+Blue) = 160+64+31=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0401F is #5FBFE0. Grayscale: #595959. Windows color (decimal): -6275041 or 2048160. OLE color: 2048160.

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

Color convert

RGB 160 64 31 -
CMYK 0 0.6 0.81 0.37
HSL 15.35º 0.68% 0.37% -
HSV(B) 15.35º 0.81% 0.63% -
XYZ 16.58 11.24 2.59 -
YUV 88.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 160 64 31 0 0.6 0.81 0.37 15.35 0.68 0.37
Hex A0 40 1F 0 3C 51 25 F 44 25
Octal 240 100 37 0 74 121 45 17 104 45
Binary 10100000 1000000 11111 0 111100 1010001 100101 1111 1000100 100101

Color Harmonies of #A0401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0401F

Black with #A0401F

Text Example


Text Example

White with #A0401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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