Html Css Color HEX #A34B05 Rust

📋 copy color: '#A34B05'

red 163 ◦ green 75 ◦ blue 5

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

Shades of Rust #A34B05

Tints of Rust #A34B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.86%

 BLUE value IS 5 (2.34% from 255) = 2.06%

R = 67.08%
G = 30.86%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A34B05 (or 0xA34B05) is known color: Rust. HEX triplet: A3, 4B and 05. RGB value is (163,75,5). Sum of RGB (Red+Green+Blue) = 163+75+5=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34B05 is #5CB4FA. Grayscale: #5D5D5D. Windows color (decimal): -6075643 or 347043. OLE color: 347043.

HSL color Cylindrical-coordinate representation of color #A34B05: hue angle of 26.58º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A34B05 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 75 5 -
CMYK 0 0.54 0.97 0.36
HSL 26.58º 0.94% 0.33% -
HSV(B) 26.58º 0.97% 0.64% -
XYZ 17.65 12.83 1.69 -
YUV 93.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 163 75 5 0 0.54 0.97 0.36 26.58 0.94 0.33
Hex A3 4B 5 0 36 61 24 1B 5E 21
Octal 243 113 5 0 66 141 44 33 136 41
Binary 10100011 1001011 101 0 110110 1100001 100100 11011 1011110 100001

Color Harmonies of #A34B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34B05

Black with #A34B05

Text Example


Text Example

White with #A34B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34B05; }

 p { color: rgb(163,75,5); }

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

background-color css

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

 a { background-color: rgb(163,75,5); }

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

border-color css

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

 span { border-color: rgb(163,75,5); }

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