Html Css Color HEX #A63E2C Rock Spray

📋 copy color: '#A63E2C'

red 166 ◦ green 62 ◦ blue 44

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

Shades of Rock Spray #A63E2C

Tints of Rock Spray #A63E2C

RGB

 RED value IS 166 (65.23% from 255) = 61.03%

 GREEN value IS 62 (24.61% from 255) = 22.79%

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 61.03%
G = 22.79%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A63E2C (or 0xA63E2C) is known color: Rock Spray. HEX triplet: A6, 3E and 2C. RGB value is (166,62,44). Sum of RGB (Red+Green+Blue) = 166+62+44=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63E2C is #59C1D3. Grayscale: #5B5B5B. Windows color (decimal): -5882324 or 2899622. OLE color: 2899622.

HSL color Cylindrical-coordinate representation of color #A63E2C: hue angle of 8.85º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63E2C is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 62 44 -
CMYK 0 0.63 0.73 0.35
HSL 8.85º 0.58% 0.41% -
HSV(B) 8.85º 0.73% 0.65% -
XYZ 17.9 11.73 3.7 -
YUV 91.04 101.46 181.46 -
System Red Green Blue C M Y K H S L
Decimal 166 62 44 0 0.63 0.73 0.35 8.85 0.58 0.41
Hex A6 3E 2C 0 3F 49 23 9 3A 29
Octal 246 76 54 0 77 111 43 11 72 51
Binary 10100110 111110 101100 0 111111 1001001 100011 1001 111010 101001

Color Harmonies of #A63E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63E2C

Black with #A63E2C

Text Example


Text Example

White with #A63E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63E2C; }

 p { color: rgb(166,62,44); }

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

background-color css

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

 a { background-color: rgb(166,62,44); }

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

border-color css

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

 span { border-color: rgb(166,62,44); }

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