Html Css Color HEX #A93D02 Rust

📋 copy color: '#A93D02'

red 169 ◦ green 61 ◦ blue 2

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

Shades of Rust #A93D02

Tints of Rust #A93D02

RGB

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

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

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

R = 72.84%
G = 26.29%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A93D02 (or 0xA93D02) is known color: Rust. HEX triplet: A9, 3D and 02. RGB value is (169,61,2). Sum of RGB (Red+Green+Blue) = 169+61+2=232 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.84% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93D02 is #56C2FD. Grayscale: #565656. Windows color (decimal): -5686014 or 146857. OLE color: 146857.

HSL color Cylindrical-coordinate representation of color #A93D02: hue angle of 21.2º 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 #A93D02 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 61 2 -
CMYK 0 0.64 0.99 0.34
HSL 21.2º 0.98% 0.34% -
HSV(B) 21.2º 0.99% 0.66% -
XYZ 18.04 11.78 1.38 -
YUV 86.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 169 61 2 0 0.64 0.99 0.34 21.2 0.98 0.34
Hex A9 3D 2 0 40 63 22 15 62 22
Octal 251 75 2 0 100 143 42 25 142 42
Binary 10101001 111101 10 0 1000000 1100011 100010 10101 1100010 100010

Color Harmonies of #A93D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93D02

Black with #A93D02

Text Example


Text Example

White with #A93D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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