Html Css Color HEX #A63929 Rock Spray

📋 copy color: '#A63929'

red 166 ◦ green 57 ◦ blue 41

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

Shades of Rock Spray #A63929

Tints of Rock Spray #A63929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.59%

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

R = 62.88%
G = 21.59%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A63929 (or 0xA63929) is known color: Rock Spray. HEX triplet: A6, 39 and 29. RGB value is (166,57,41). Sum of RGB (Red+Green+Blue) = 166+57+41=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A63929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63929 is #59C6D6. Grayscale: #575757. Windows color (decimal): -5883607 or 2701734. OLE color: 2701734.

HSL color Cylindrical-coordinate representation of color #A63929: hue angle of 7.68º 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 #A63929 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 57 41 -
CMYK 0 0.66 0.75 0.35
HSL 7.68º 0.6% 0.41% -
HSV(B) 7.68º 0.75% 0.65% -
XYZ 17.59 11.19 3.33 -
YUV 87.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 166 57 41 0 0.66 0.75 0.35 7.68 0.6 0.41
Hex A6 39 29 0 42 4B 23 8 3C 29
Octal 246 71 51 0 102 113 43 10 74 51
Binary 10100110 111001 101001 0 1000010 1001011 100011 1000 111100 101001

Color Harmonies of #A63929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63929

Black with #A63929

Text Example


Text Example

White with #A63929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63929; }

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

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

background-color css

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

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

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

border-color css

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

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

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