Html Css Color HEX #A63D29 Rock Spray

📋 copy color: '#A63D29'

red 166 ◦ green 61 ◦ blue 41

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

Shades of Rock Spray #A63D29

Tints of Rock Spray #A63D29

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.76%

 BLUE value IS 41 (16.41% from 255) = 15.3%

R = 61.94%
G = 22.76%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A63D29 (or 0xA63D29) is known color: Rock Spray. HEX triplet: A6, 3D and 29. RGB value is (166,61,41). Sum of RGB (Red+Green+Blue) = 166+61+41=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63D29 is #59C2D6. Grayscale: #5A5A5A. Windows color (decimal): -5882583 or 2702758. OLE color: 2702758.

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

Color convert

RGB 166 61 41 -
CMYK 0 0.63 0.75 0.35
HSL 9.6º 0.6% 0.41% -
HSV(B) 9.6º 0.75% 0.65% -
XYZ 17.79 11.6 3.4 -
YUV 90.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 166 61 41 0 0.63 0.75 0.35 9.6 0.6 0.41
Hex A6 3D 29 0 3F 4B 23 A 3C 29
Octal 246 75 51 0 77 113 43 12 74 51
Binary 10100110 111101 101001 0 111111 1001011 100011 1010 111100 101001

Color Harmonies of #A63D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D29

Black with #A63D29

Text Example


Text Example

White with #A63D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D29; }

 p { color: rgb(166,61,41); }

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

background-color css

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

 a { background-color: rgb(166,61,41); }

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

border-color css

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

 span { border-color: rgb(166,61,41); }

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