Html Css Color HEX #AF2F02 Rust

📋 copy color: '#AF2F02'

red 175 ◦ green 47 ◦ blue 2

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

Shades of Rust #AF2F02

Tints of Rust #AF2F02

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.98%

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

R = 78.13%
G = 20.98%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF2F02 (or 0xAF2F02) is known color: Rust. HEX triplet: AF, 2F and 02. RGB value is (175,47,2). Sum of RGB (Red+Green+Blue) = 175+47+2=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F02 is #50D0FD. Grayscale: #505050. Windows color (decimal): -5296382 or 143279. OLE color: 143279.

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

Color convert

RGB 175 47 2 -
CMYK 0 0.73 0.99 0.31
HSL 15.61º 0.98% 0.35% -
HSV(B) 15.61º 0.99% 0.69% -
XYZ 18.71 11.15 1.22 -
YUV 80.14 83.91 195.66 -
System Red Green Blue C M Y K H S L
Decimal 175 47 2 0 0.73 0.99 0.31 15.61 0.98 0.35
Hex AF 2F 2 0 49 63 1F 10 62 23
Octal 257 57 2 0 111 143 37 20 142 43
Binary 10101111 101111 10 0 1001001 1100011 11111 10000 1100010 100011

Color Harmonies of #AF2F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F02

Black with #AF2F02

Text Example


Text Example

White with #AF2F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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