Html Css Color HEX #A0401B Rock Spray

📋 copy color: '#A0401B'

red 160 ◦ green 64 ◦ blue 27

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

Shades of Rock Spray #A0401B

Tints of Rock Spray #A0401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 63.75%
G = 25.5%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0401B (or 0xA0401B) is known color: Rock Spray. HEX triplet: A0, 40 and 1B. RGB value is (160,64,27). Sum of RGB (Red+Green+Blue) = 160+64+27=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A0401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0401B is #5FBFE4. Grayscale: #585858. Windows color (decimal): -6275045 or 1786016. OLE color: 1786016.

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

Color convert

RGB 160 64 27 -
CMYK 0 0.6 0.83 0.37
HSL 16.69º 0.71% 0.37% -
HSV(B) 16.69º 0.83% 0.63% -
XYZ 16.53 11.22 2.33 -
YUV 88.49 93.3 179.01 -
System Red Green Blue C M Y K H S L
Decimal 160 64 27 0 0.6 0.83 0.37 16.69 0.71 0.37
Hex A0 40 1B 0 3C 53 25 11 47 25
Octal 240 100 33 0 74 123 45 21 107 45
Binary 10100000 1000000 11011 0 111100 1010011 100101 10001 1000111 100101

Color Harmonies of #A0401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0401B

Black with #A0401B

Text Example


Text Example

White with #A0401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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