Html Css Color HEX #A93F02 Rust

📋 copy color: '#A93F02'

red 169 ◦ green 63 ◦ blue 2

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

Shades of Rust #A93F02

Tints of Rust #A93F02

RGB

 RED value IS 169 (66.41% from 255) = 72.22%

 GREEN value IS 63 (25% from 255) = 26.92%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 72.22%
G = 26.92%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A93F02 (or 0xA93F02) is known color: Rust. HEX triplet: A9, 3F and 02. RGB value is (169,63,2). Sum of RGB (Red+Green+Blue) = 169+63+2=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93F02 is #56C0FD. Grayscale: #585858. Windows color (decimal): -5685502 or 147369. OLE color: 147369.

HSL color Cylindrical-coordinate representation of color #A93F02: hue angle of 21.92º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A93F02 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 63 2 -
CMYK 0 0.63 0.99 0.34
HSL 21.92º 0.98% 0.34% -
HSV(B) 21.92º 0.99% 0.66% -
XYZ 18.15 11.99 1.42 -
YUV 87.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 169 63 2 0 0.63 0.99 0.34 21.92 0.98 0.34
Hex A9 3F 2 0 3F 63 22 16 62 22
Octal 251 77 2 0 77 143 42 26 142 42
Binary 10101001 111111 10 0 111111 1100011 100010 10110 1100010 100010

Color Harmonies of #A93F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93F02

Black with #A93F02

Text Example


Text Example

White with #A93F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93F02; }

 p { color: rgb(169,63,2); }

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

background-color css

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

 a { background-color: rgb(169,63,2); }

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

border-color css

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

 span { border-color: rgb(169,63,2); }

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