Html Css Color HEX #A0421B Rock Spray

📋 copy color: '#A0421B'

red 160 ◦ green 66 ◦ blue 27

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

Shades of Rock Spray #A0421B

Tints of Rock Spray #A0421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

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

R = 63.24%
G = 26.09%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0421B (or 0xA0421B) is known color: Rock Spray. HEX triplet: A0, 42 and 1B. RGB value is (160,66,27). Sum of RGB (Red+Green+Blue) = 160+66+27=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A0421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0421B is #5FBDE4. Grayscale: #595959. Windows color (decimal): -6274533 or 1786528. OLE color: 1786528.

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

Color convert

RGB 160 66 27 -
CMYK 0 0.59 0.83 0.37
HSL 17.59º 0.71% 0.37% -
HSV(B) 17.59º 0.83% 0.63% -
XYZ 16.64 11.45 2.37 -
YUV 89.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 160 66 27 0 0.59 0.83 0.37 17.59 0.71 0.37
Hex A0 42 1B 0 3B 53 25 12 47 25
Octal 240 102 33 0 73 123 45 22 107 45
Binary 10100000 1000010 11011 0 111011 1010011 100101 10010 1000111 100101

Color Harmonies of #A0421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0421B

Black with #A0421B

Text Example


Text Example

White with #A0421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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