Html Css Color HEX #AF2D02 Rust

📋 copy color: '#AF2D02'

red 175 ◦ green 45 ◦ blue 2

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

Shades of Rust #AF2D02

Tints of Rust #AF2D02

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.27%

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

R = 78.83%
G = 20.27%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF2D02 (or 0xAF2D02) is known color: Rust. HEX triplet: AF, 2D and 02. RGB value is (175,45,2). Sum of RGB (Red+Green+Blue) = 175+45+2=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D02 is #50D2FD. Grayscale: #4F4F4F. Windows color (decimal): -5296894 or 142767. OLE color: 142767.

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

Color convert

RGB 175 45 2 -
CMYK 0 0.74 0.99 0.31
HSL 14.91º 0.98% 0.35% -
HSV(B) 14.91º 0.99% 0.69% -
XYZ 18.63 11 1.2 -
YUV 78.97 84.57 196.5 -
System Red Green Blue C M Y K H S L
Decimal 175 45 2 0 0.74 0.99 0.31 14.91 0.98 0.35
Hex AF 2D 2 0 4A 63 1F F 62 23
Octal 257 55 2 0 112 143 37 17 142 43
Binary 10101111 101101 10 0 1001010 1100011 11111 1111 1100010 100011

Color Harmonies of #AF2D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2D02

Black with #AF2D02

Text Example


Text Example

White with #AF2D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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