Html Css Color HEX #A63E25 Rock Spray

📋 copy color: '#A63E25'

red 166 ◦ green 62 ◦ blue 37

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

Shades of Rock Spray #A63E25

Tints of Rock Spray #A63E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.96%

R = 62.64%
G = 23.4%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A63E25 (or 0xA63E25) is known color: Rock Spray. HEX triplet: A6, 3E and 25. RGB value is (166,62,37). Sum of RGB (Red+Green+Blue) = 166+62+37=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63E25 is #59C1DA. Grayscale: #5A5A5A. Windows color (decimal): -5882331 or 2440870. OLE color: 2440870.

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

Color convert

RGB 166 62 37 -
CMYK 0 0.63 0.78 0.35
HSL 11.63º 0.64% 0.4% -
HSV(B) 11.63º 0.78% 0.65% -
XYZ 17.78 11.69 3.07 -
YUV 90.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 166 62 37 0 0.63 0.78 0.35 11.63 0.64 0.4
Hex A6 3E 25 0 3F 4E 23 C 40 28
Octal 246 76 45 0 77 116 43 14 100 50
Binary 10100110 111110 100101 0 111111 1001110 100011 1100 1000000 101000

Color Harmonies of #A63E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63E25

Black with #A63E25

Text Example


Text Example

White with #A63E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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