Html Css Color HEX #AF2E04 Rust

📋 copy color: '#AF2E04'

red 175 ◦ green 46 ◦ blue 4

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

Shades of Rust #AF2E04

Tints of Rust #AF2E04

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.44%

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

R = 77.78%
G = 20.44%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF2E04 (or 0xAF2E04) is known color: Rust. HEX triplet: AF, 2E and 04. RGB value is (175,46,4). Sum of RGB (Red+Green+Blue) = 175+46+4=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2E04 is #50D1FB. Grayscale: #505050. Windows color (decimal): -5296636 or 274095. OLE color: 274095.

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

Color convert

RGB 175 46 4 -
CMYK 0 0.74 0.98 0.31
HSL 14.74º 0.96% 0.35% -
HSV(B) 14.74º 0.98% 0.69% -
XYZ 18.68 11.08 1.27 -
YUV 79.78 85.24 195.92 -
System Red Green Blue C M Y K H S L
Decimal 175 46 4 0 0.74 0.98 0.31 14.74 0.96 0.35
Hex AF 2E 4 0 4A 62 1F F 60 23
Octal 257 56 4 0 112 142 37 17 140 43
Binary 10101111 101110 100 0 1001010 1100010 11111 1111 1100000 100011

Color Harmonies of #AF2E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2E04

Black with #AF2E04

Text Example


Text Example

White with #AF2E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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