Html Css Color HEX #A34502 Rust

📋 copy color: '#A34502'

red 163 ◦ green 69 ◦ blue 2

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

Shades of Rust #A34502

Tints of Rust #A34502

RGB

 RED value IS 163 (64.06% from 255) = 69.66%

 GREEN value IS 69 (27.34% from 255) = 29.49%

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

R = 69.66%
G = 29.49%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A34502 (or 0xA34502) is known color: Rust. HEX triplet: A3, 45 and 02. RGB value is (163,69,2). Sum of RGB (Red+Green+Blue) = 163+69+2=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A34502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34502 is #5CBAFD. Grayscale: #595959. Windows color (decimal): -6077182 or 148899. OLE color: 148899.

HSL color Cylindrical-coordinate representation of color #A34502: hue angle of 24.97º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A34502 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 69 2 -
CMYK 0 0.58 0.99 0.36
HSL 24.97º 0.98% 0.32% -
HSV(B) 24.97º 0.99% 0.64% -
XYZ 17.24 12.05 1.47 -
YUV 89.47 78.64 180.45 -
System Red Green Blue C M Y K H S L
Decimal 163 69 2 0 0.58 0.99 0.36 24.97 0.98 0.32
Hex A3 45 2 0 3A 63 24 19 62 20
Octal 243 105 2 0 72 143 44 31 142 40
Binary 10100011 1000101 10 0 111010 1100011 100100 11001 1100010 100000

Color Harmonies of #A34502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34502

Black with #A34502

Text Example


Text Example

White with #A34502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34502; }

 p { color: rgb(163,69,2); }

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

background-color css

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

 a { background-color: rgb(163,69,2); }

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

border-color css

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

 span { border-color: rgb(163,69,2); }

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