Html Css Color HEX #AF4C02 Rust

📋 copy color: '#AF4C02'

red 175 ◦ green 76 ◦ blue 2

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

Shades of Rust #AF4C02

Tints of Rust #AF4C02

RGB

 RED value IS 175 (68.75% from 255) = 69.17%

 GREEN value IS 76 (30.08% from 255) = 30.04%

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

R = 69.17%
G = 30.04%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF4C02 (or 0xAF4C02) is known color: Rust. HEX triplet: AF, 4C and 02. RGB value is (175,76,2). Sum of RGB (Red+Green+Blue) = 175+76+2=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4C02 is #50B3FD. Grayscale: #616161. Windows color (decimal): -5288958 or 150703. OLE color: 150703.

HSL color Cylindrical-coordinate representation of color #AF4C02: hue angle of 25.66º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF4C02 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 76 2 -
CMYK 0 0.57 0.99 0.31
HSL 25.66º 0.98% 0.35% -
HSV(B) 25.66º 0.99% 0.69% -
XYZ 20.27 14.29 1.75 -
YUV 97.17 74.3 183.52 -
System Red Green Blue C M Y K H S L
Decimal 175 76 2 0 0.57 0.99 0.31 25.66 0.98 0.35
Hex AF 4C 2 0 39 63 1F 1A 62 23
Octal 257 114 2 0 71 143 37 32 142 43
Binary 10101111 1001100 10 0 111001 1100011 11111 11010 1100010 100011

Color Harmonies of #AF4C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C02

Black with #AF4C02

Text Example


Text Example

White with #AF4C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C02; }

 p { color: rgb(175,76,2); }

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

background-color css

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

 a { background-color: rgb(175,76,2); }

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

border-color css

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

 span { border-color: rgb(175,76,2); }

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