Html Css Color HEX #AF4E02 Rust

📋 copy color: '#AF4E02'

red 175 ◦ green 78 ◦ blue 2

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

Shades of Rust #AF4E02

Tints of Rust #AF4E02

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.59%

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

R = 68.63%
G = 30.59%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF4E02 (or 0xAF4E02) is known color: Rust. HEX triplet: AF, 4E and 02. RGB value is (175,78,2). Sum of RGB (Red+Green+Blue) = 175+78+2=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E02 is #50B1FD. Grayscale: #626262. Windows color (decimal): -5288446 or 151215. OLE color: 151215.

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

Color convert

RGB 175 78 2 -
CMYK 0 0.55 0.99 0.31
HSL 26.36º 0.98% 0.35% -
HSV(B) 26.36º 0.99% 0.69% -
XYZ 20.41 14.57 1.79 -
YUV 98.34 73.64 182.68 -
System Red Green Blue C M Y K H S L
Decimal 175 78 2 0 0.55 0.99 0.31 26.36 0.98 0.35
Hex AF 4E 2 0 37 63 1F 1A 62 23
Octal 257 116 2 0 67 143 37 32 142 43
Binary 10101111 1001110 10 0 110111 1100011 11111 11010 1100010 100011

Color Harmonies of #AF4E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E02

Black with #AF4E02

Text Example


Text Example

White with #AF4E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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