Html Css Color HEX #AF3F08 Rust

📋 copy color: '#AF3F08'

red 175 ◦ green 63 ◦ blue 8

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

Shades of Rust #AF3F08

Tints of Rust #AF3F08

RGB

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

 GREEN value IS 63 (25% from 255) = 25.61%

 BLUE value IS 8 (3.52% from 255) = 3.25%

R = 71.14%
G = 25.61%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF3F08 (or 0xAF3F08) is known color: Rust. HEX triplet: AF, 3F and 08. RGB value is (175,63,8). Sum of RGB (Red+Green+Blue) = 175+63+8=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3F08 is #50C0F7. Grayscale: #5A5A5A. Windows color (decimal): -5292280 or 540591. OLE color: 540591.

HSL color Cylindrical-coordinate representation of color #AF3F08: hue angle of 19.76º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF3F08 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 63 8 -
CMYK 0 0.64 0.95 0.31
HSL 19.76º 0.91% 0.36% -
HSV(B) 19.76º 0.95% 0.69% -
XYZ 19.5 12.69 1.65 -
YUV 90.22 81.61 188.47 -
System Red Green Blue C M Y K H S L
Decimal 175 63 8 0 0.64 0.95 0.31 19.76 0.91 0.36
Hex AF 3F 8 0 40 5F 1F 14 5B 24
Octal 257 77 10 0 100 137 37 24 133 44
Binary 10101111 111111 1000 0 1000000 1011111 11111 10100 1011011 100100

Color Harmonies of #AF3F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F08

Black with #AF3F08

Text Example


Text Example

White with #AF3F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F08; }

 p { color: rgb(175,63,8); }

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

background-color css

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

 a { background-color: rgb(175,63,8); }

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

border-color css

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

 span { border-color: rgb(175,63,8); }

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