Html Css Color HEX #A03719 Rock Spray

📋 copy color: '#A03719'

red 160 ◦ green 55 ◦ blue 25

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

Shades of Rock Spray #A03719

Tints of Rock Spray #A03719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.92%

 BLUE value IS 25 (10.16% from 255) = 10.42%

R = 66.67%
G = 22.92%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A03719 (or 0xA03719) is known color: Rock Spray. HEX triplet: A0, 37 and 19. RGB value is (160,55,25). Sum of RGB (Red+Green+Blue) = 160+55+25=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A03719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03719 is #5FC8E6. Grayscale: #535353. Windows color (decimal): -6277351 or 1652640. OLE color: 1652640.

HSL color Cylindrical-coordinate representation of color #A03719: hue angle of 13.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A03719 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 55 25 -
CMYK 0 0.66 0.84 0.37
HSL 13.33º 0.73% 0.36% -
HSV(B) 13.33º 0.84% 0.63% -
XYZ 16.04 10.28 2.06 -
YUV 82.98 95.29 182.94 -
System Red Green Blue C M Y K H S L
Decimal 160 55 25 0 0.66 0.84 0.37 13.33 0.73 0.36
Hex A0 37 19 0 42 54 25 D 49 24
Octal 240 67 31 0 102 124 45 15 111 44
Binary 10100000 110111 11001 0 1000010 1010100 100101 1101 1001001 100100

Color Harmonies of #A03719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03719

Black with #A03719

Text Example


Text Example

White with #A03719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03719; }

 p { color: rgb(160,55,25); }

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

background-color css

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

 a { background-color: rgb(160,55,25); }

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

border-color css

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

 span { border-color: rgb(160,55,25); }

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