Html Css Color HEX #A62501 Rust

📋 copy color: '#A62501'

red 166 ◦ green 37 ◦ blue 1

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

Shades of Rust #A62501

Tints of Rust #A62501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 81.37%
G = 18.14%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A62501 (or 0xA62501) is known color: Rust. HEX triplet: A6, 25 and 01. RGB value is (166,37,1). Sum of RGB (Red+Green+Blue) = 166+37+1=204 (27% of max value = 765). Red value is 166 (65.23% from 255 or 81.37% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 166 - color contains mainly: red. Hex color #A62501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62501 is #59DAFE. Grayscale: #474747. Windows color (decimal): -5888767 or 75174. OLE color: 75174.

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

Color convert

RGB 166 37 1 -
CMYK 0 0.78 0.99 0.35
HSL 13.09º 0.99% 0.33% -
HSV(B) 13.09º 0.99% 0.65% -
XYZ 16.39 9.43 0.99 -
YUV 71.47 88.24 195.43 -
System Red Green Blue C M Y K H S L
Decimal 166 37 1 0 0.78 0.99 0.35 13.09 0.99 0.33
Hex A6 25 1 0 4E 63 23 D 63 21
Octal 246 45 1 0 116 143 43 15 143 41
Binary 10100110 100101 1 0 1001110 1100011 100011 1101 1100011 100001

Color Harmonies of #A62501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62501

Black with #A62501

Text Example


Text Example

White with #A62501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62501; }

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

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

background-color css

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

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

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

border-color css

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

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

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