Html Css Color HEX #A0401C Rock Spray

📋 copy color: '#A0401C'

red 160 ◦ green 64 ◦ blue 28

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

Shades of Rock Spray #A0401C

Tints of Rock Spray #A0401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.11%

R = 63.49%
G = 25.4%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0401C (or 0xA0401C) is known color: Rock Spray. HEX triplet: A0, 40 and 1C. RGB value is (160,64,28). Sum of RGB (Red+Green+Blue) = 160+64+28=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A0401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0401C is #5FBFE3. Grayscale: #585858. Windows color (decimal): -6275044 or 1851552. OLE color: 1851552.

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

Color convert

RGB 160 64 28 -
CMYK 0 0.6 0.82 0.37
HSL 16.36º 0.7% 0.37% -
HSV(B) 16.36º 0.83% 0.63% -
XYZ 16.54 11.22 2.39 -
YUV 88.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 160 64 28 0 0.6 0.82 0.37 16.36 0.7 0.37
Hex A0 40 1C 0 3C 52 25 10 46 25
Octal 240 100 34 0 74 122 45 20 106 45
Binary 10100000 1000000 11100 0 111100 1010010 100101 10000 1000110 100101

Color Harmonies of #A0401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0401C

Black with #A0401C

Text Example


Text Example

White with #A0401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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