Html Css Color HEX #AF4B04 Rust

📋 copy color: '#AF4B04'

red 175 ◦ green 75 ◦ blue 4

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

Shades of Rust #AF4B04

Tints of Rust #AF4B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 68.9%
G = 29.53%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF4B04 (or 0xAF4B04) is known color: Rust. HEX triplet: AF, 4B and 04. RGB value is (175,75,4). Sum of RGB (Red+Green+Blue) = 175+75+4=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4B04 is #50B4FB. Grayscale: #616161. Windows color (decimal): -5289212 or 281519. OLE color: 281519.

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

Color convert

RGB 175 75 4 -
CMYK 0 0.57 0.98 0.31
HSL 24.91º 0.96% 0.35% -
HSV(B) 24.91º 0.98% 0.69% -
XYZ 20.22 14.15 1.78 -
YUV 96.81 75.63 183.77 -
System Red Green Blue C M Y K H S L
Decimal 175 75 4 0 0.57 0.98 0.31 24.91 0.96 0.35
Hex AF 4B 4 0 39 62 1F 19 60 23
Octal 257 113 4 0 71 142 37 31 140 43
Binary 10101111 1001011 100 0 111001 1100010 11111 11001 1100000 100011

Color Harmonies of #AF4B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4B04

Black with #AF4B04

Text Example


Text Example

White with #AF4B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4B04; }

 p { color: rgb(175,75,4); }

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

background-color css

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

 a { background-color: rgb(175,75,4); }

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

border-color css

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

 span { border-color: rgb(175,75,4); }

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