Html Css Color HEX #AF3808 Rust

📋 copy color: '#AF3808'

red 175 ◦ green 56 ◦ blue 8

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

Shades of Rust #AF3808

Tints of Rust #AF3808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.43%

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

R = 73.22%
G = 23.43%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF3808 (or 0xAF3808) is known color: Rust. HEX triplet: AF, 38 and 08. RGB value is (175,56,8). Sum of RGB (Red+Green+Blue) = 175+56+8=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3808 is #50C7F7. Grayscale: #565656. Windows color (decimal): -5294072 or 538799. OLE color: 538799.

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

Color convert

RGB 175 56 8 -
CMYK 0 0.68 0.95 0.31
HSL 17.25º 0.91% 0.36% -
HSV(B) 17.25º 0.95% 0.69% -
XYZ 19.14 11.96 1.53 -
YUV 86.11 83.92 191.4 -
System Red Green Blue C M Y K H S L
Decimal 175 56 8 0 0.68 0.95 0.31 17.25 0.91 0.36
Hex AF 38 8 0 44 5F 1F 11 5B 24
Octal 257 70 10 0 104 137 37 21 133 44
Binary 10101111 111000 1000 0 1000100 1011111 11111 10001 1011011 100100

Color Harmonies of #AF3808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3808

Black with #AF3808

Text Example


Text Example

White with #AF3808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3808; }

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

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

background-color css

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

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

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

border-color css

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

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

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