Html Css Color HEX #A34F02 Rust

📋 copy color: '#A34F02'

red 163 ◦ green 79 ◦ blue 2

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

Shades of Rust #A34F02

Tints of Rust #A34F02

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.38%

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

R = 66.8%
G = 32.38%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A34F02 (or 0xA34F02) is known color: Rust. HEX triplet: A3, 4F and 02. RGB value is (163,79,2). Sum of RGB (Red+Green+Blue) = 163+79+2=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34F02 is #5CB0FD. Grayscale: #5F5F5F. Windows color (decimal): -6074622 or 151459. OLE color: 151459.

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

Color convert

RGB 163 79 2 -
CMYK 0 0.52 0.99 0.36
HSL 28.7º 0.98% 0.32% -
HSV(B) 28.7º 0.99% 0.64% -
XYZ 17.91 13.38 1.7 -
YUV 95.34 75.33 176.26 -
System Red Green Blue C M Y K H S L
Decimal 163 79 2 0 0.52 0.99 0.36 28.7 0.98 0.32
Hex A3 4F 2 0 34 63 24 1D 62 20
Octal 243 117 2 0 64 143 44 35 142 40
Binary 10100011 1001111 10 0 110100 1100011 100100 11101 1100010 100000

Color Harmonies of #A34F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34F02

Black with #A34F02

Text Example


Text Example

White with #A34F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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