Html Css Color HEX #A63D25 Rock Spray

📋 copy color: '#A63D25'

red 166 ◦ green 61 ◦ blue 37

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

Shades of Rock Spray #A63D25

Tints of Rock Spray #A63D25

RGB

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

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

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

R = 62.88%
G = 23.11%
B = 14.02%

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

#A63D25 (or 0xA63D25) is known color: Rock Spray. HEX triplet: A6, 3D and 25. RGB value is (166,61,37). Sum of RGB (Red+Green+Blue) = 166+61+37=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63D25 is #59C2DA. Grayscale: #595959. Windows color (decimal): -5882587 or 2440614. OLE color: 2440614.

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

Color convert

RGB 166 61 37 -
CMYK 0 0.63 0.78 0.35
HSL 11.16º 0.64% 0.4% -
HSV(B) 11.16º 0.78% 0.65% -
XYZ 17.73 11.58 3.05 -
YUV 89.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 166 61 37 0 0.63 0.78 0.35 11.16 0.64 0.4
Hex A6 3D 25 0 3F 4E 23 B 40 28
Octal 246 75 45 0 77 116 43 13 100 50
Binary 10100110 111101 100101 0 111111 1001110 100011 1011 1000000 101000

Color Harmonies of #A63D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D25

Black with #A63D25

Text Example


Text Example

White with #A63D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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