Html Css Color HEX #AF2604 Rust

📋 copy color: '#AF2604'

red 175 ◦ green 38 ◦ blue 4

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

Shades of Rust #AF2604

Tints of Rust #AF2604

RGB

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

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

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

R = 80.65%
G = 17.51%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF2604 (or 0xAF2604) is known color: Rust. HEX triplet: AF, 26 and 04. RGB value is (175,38,4). Sum of RGB (Red+Green+Blue) = 175+38+4=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2604 is #50D9FB. Grayscale: #4B4B4B. Windows color (decimal): -5298684 or 272047. OLE color: 272047.

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

Color convert

RGB 175 38 4 -
CMYK 0 0.78 0.98 0.31
HSL 11.93º 0.96% 0.35% -
HSV(B) 11.93º 0.98% 0.69% -
XYZ 18.39 10.51 1.17 -
YUV 75.09 87.89 199.26 -
System Red Green Blue C M Y K H S L
Decimal 175 38 4 0 0.78 0.98 0.31 11.93 0.96 0.35
Hex AF 26 4 0 4E 62 1F C 60 23
Octal 257 46 4 0 116 142 37 14 140 43
Binary 10101111 100110 100 0 1001110 1100010 11111 1100 1100000 100011

Color Harmonies of #AF2604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2604

Black with #AF2604

Text Example


Text Example

White with #AF2604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2604; }

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

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

background-color css

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

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

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

border-color css

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

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

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