Html Css Color HEX #AF2602 Rust

📋 copy color: '#AF2602'

red 175 ◦ green 38 ◦ blue 2

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

Shades of Rust #AF2602

Tints of Rust #AF2602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

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

R = 81.4%
G = 17.67%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF2602 (or 0xAF2602) is known color: Rust. HEX triplet: AF, 26 and 02. RGB value is (175,38,2). Sum of RGB (Red+Green+Blue) = 175+38+2=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2602 is #50D9FD. Grayscale: #4B4B4B. Windows color (decimal): -5298686 or 140975. OLE color: 140975.

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

Color convert

RGB 175 38 2 -
CMYK 0 0.78 0.99 0.31
HSL 12.49º 0.98% 0.35% -
HSV(B) 12.49º 0.99% 0.69% -
XYZ 18.38 10.5 1.12 -
YUV 74.86 86.89 199.43 -
System Red Green Blue C M Y K H S L
Decimal 175 38 2 0 0.78 0.99 0.31 12.49 0.98 0.35
Hex AF 26 2 0 4E 63 1F C 62 23
Octal 257 46 2 0 116 143 37 14 142 43
Binary 10101111 100110 10 0 1001110 1100011 11111 1100 1100010 100011

Color Harmonies of #AF2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2602

Black with #AF2602

Text Example


Text Example

White with #AF2602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2602; }

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

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

background-color css

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

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

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

border-color css

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

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

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