Html Css Color HEX #AF3A0B Rust

📋 copy color: '#AF3A0B'

red 175 ◦ green 58 ◦ blue 11

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

Shades of Rust #AF3A0B

Tints of Rust #AF3A0B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.77%

 BLUE value IS 11 (4.69% from 255) = 4.51%

R = 71.72%
G = 23.77%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF3A0B (or 0xAF3A0B) is known color: Rust. HEX triplet: AF, 3A and 0B. RGB value is (175,58,11). Sum of RGB (Red+Green+Blue) = 175+58+11=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3A0B is #50C5F4. Grayscale: #575757. Windows color (decimal): -5293557 or 735919. OLE color: 735919.

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

Color convert

RGB 175 58 11 -
CMYK 0 0.67 0.94 0.31
HSL 17.2º 0.88% 0.36% -
HSV(B) 17.2º 0.94% 0.69% -
XYZ 19.25 12.16 1.65 -
YUV 87.63 84.76 190.32 -
System Red Green Blue C M Y K H S L
Decimal 175 58 11 0 0.67 0.94 0.31 17.2 0.88 0.36
Hex AF 3A B 0 43 5E 1F 11 58 24
Octal 257 72 13 0 103 136 37 21 130 44
Binary 10101111 111010 1011 0 1000011 1011110 11111 10001 1011000 100100

Color Harmonies of #AF3A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A0B

Black with #AF3A0B

Text Example


Text Example

White with #AF3A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A0B; }

 p { color: rgb(175,58,11); }

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

background-color css

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

 a { background-color: rgb(175,58,11); }

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

border-color css

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

 span { border-color: rgb(175,58,11); }

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