Html Css Color HEX #A62F03 Rust

📋 copy color: '#A62F03'

red 166 ◦ green 47 ◦ blue 3

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

Shades of Rust #A62F03

Tints of Rust #A62F03

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.76%

 BLUE value IS 3 (1.56% from 255) = 1.39%

R = 76.85%
G = 21.76%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A62F03 (or 0xA62F03) is known color: Rust. HEX triplet: A6, 2F and 03. RGB value is (166,47,3). Sum of RGB (Red+Green+Blue) = 166+47+3=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62F03 is #59D0FC. Grayscale: #4D4D4D. Windows color (decimal): -5886205 or 208806. OLE color: 208806.

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

Color convert

RGB 166 47 3 -
CMYK 0 0.72 0.98 0.35
HSL 16.2º 0.96% 0.33% -
HSV(B) 16.2º 0.98% 0.65% -
XYZ 16.76 10.15 1.16 -
YUV 77.57 85.92 191.08 -
System Red Green Blue C M Y K H S L
Decimal 166 47 3 0 0.72 0.98 0.35 16.2 0.96 0.33
Hex A6 2F 3 0 48 62 23 10 60 21
Octal 246 57 3 0 110 142 43 20 140 41
Binary 10100110 101111 11 0 1001000 1100010 100011 10000 1100000 100001

Color Harmonies of #A62F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62F03

Black with #A62F03

Text Example


Text Example

White with #A62F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62F03; }

 p { color: rgb(166,47,3); }

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

background-color css

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

 a { background-color: rgb(166,47,3); }

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

border-color css

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

 span { border-color: rgb(166,47,3); }

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