Html Css Color HEX #A63E2D Rock Spray

📋 copy color: '#A63E2D'

red 166 ◦ green 62 ◦ blue 45

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

Shades of Rock Spray #A63E2D

Tints of Rock Spray #A63E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 60.81%
G = 22.71%
B = 16.48%

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

#A63E2D (or 0xA63E2D) is known color: Rock Spray. HEX triplet: A6, 3E and 2D. RGB value is (166,62,45). Sum of RGB (Red+Green+Blue) = 166+62+45=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63E2D is #59C1D2. Grayscale: #5B5B5B. Windows color (decimal): -5882323 or 2965158. OLE color: 2965158.

HSL color Cylindrical-coordinate representation of color #A63E2D: hue angle of 8.43º degrees, saturation: 0.57, 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 #A63E2D is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 62 45 -
CMYK 0 0.63 0.73 0.35
HSL 8.43º 0.57% 0.41% -
HSV(B) 8.43º 0.73% 0.65% -
XYZ 17.92 11.74 3.8 -
YUV 91.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 166 62 45 0 0.63 0.73 0.35 8.43 0.57 0.41
Hex A6 3E 2D 0 3F 49 23 8 39 29
Octal 246 76 55 0 77 111 43 10 71 51
Binary 10100110 111110 101101 0 111111 1001001 100011 1000 111001 101001

Color Harmonies of #A63E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63E2D

Black with #A63E2D

Text Example


Text Example

White with #A63E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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