Html Css Color HEX #A62500 Rust

📋 copy color: '#A62500'

red 166 ◦ green 37 ◦ blue 0

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

Shades of Rust #A62500

Tints of Rust #A62500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.77%
G = 18.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A62500 (or 0xA62500) is known color: Rust. HEX triplet: A6, 25 and 00. RGB value is (166,37,0). Sum of RGB (Red+Green+Blue) = 166+37+0=203 (26% of max value = 765). Red value is 166 (65.23% from 255 or 81.77% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 166 - color contains mainly: red. Hex color #A62500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62500 is #59DAFF. Grayscale: #474747. Windows color (decimal): -5888768 or 9638. OLE color: 9638.

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

Color convert

RGB 166 37 0 -
CMYK 0 0.78 1 0.35
HSL 13.37º 1% 0.33% -
HSV(B) 13.37º 1% 0.65% -
XYZ 16.39 9.43 0.96 -
YUV 71.35 87.74 195.51 -
System Red Green Blue C M Y K H S L
Decimal 166 37 0 0 0.78 1 0.35 13.37 1 0.33
Hex A6 25 0 0 4E 64 23 D 64 21
Octal 246 45 0 0 116 144 43 15 144 41
Binary 10100110 100101 0 0 1001110 1100100 100011 1101 1100100 100001

Color Harmonies of #A62500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62500

Black with #A62500

Text Example


Text Example

White with #A62500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62500; }

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

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

background-color css

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

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

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

border-color css

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

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

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