Html Css Color HEX #AF3801 Rust

📋 copy color: '#AF3801'

red 175 ◦ green 56 ◦ blue 1

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

Shades of Rust #AF3801

Tints of Rust #AF3801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 75.43%
G = 24.14%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF3801 (or 0xAF3801) is known color: Rust. HEX triplet: AF, 38 and 01. RGB value is (175,56,1). Sum of RGB (Red+Green+Blue) = 175+56+1=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3801 is #50C7FE. Grayscale: #555555. Windows color (decimal): -5294079 or 80047. OLE color: 80047.

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

Color convert

RGB 175 56 1 -
CMYK 0 0.68 0.99 0.31
HSL 18.97º 0.99% 0.35% -
HSV(B) 18.97º 0.99% 0.69% -
XYZ 19.1 11.94 1.33 -
YUV 85.31 80.42 191.97 -
System Red Green Blue C M Y K H S L
Decimal 175 56 1 0 0.68 0.99 0.31 18.97 0.99 0.35
Hex AF 38 1 0 44 63 1F 13 63 23
Octal 257 70 1 0 104 143 37 23 143 43
Binary 10101111 111000 1 0 1000100 1100011 11111 10011 1100011 100011

Color Harmonies of #AF3801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3801

Black with #AF3801

Text Example


Text Example

White with #AF3801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3801; }

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

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

background-color css

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

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

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

border-color css

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

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

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