Html Css Color HEX #AF3A1B Rust

📋 copy color: '#AF3A1B'

red 175 ◦ green 58 ◦ blue 27

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

Shades of Rust #AF3A1B

Tints of Rust #AF3A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 67.31%
G = 22.31%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF3A1B (or 0xAF3A1B) is known color: Rust. HEX triplet: AF, 3A and 1B. RGB value is (175,58,27). Sum of RGB (Red+Green+Blue) = 175+58+27=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A1B is #50C5E4. Grayscale: #595959. Windows color (decimal): -5293541 or 1784495. OLE color: 1784495.

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

Color convert

RGB 175 58 27 -
CMYK 0 0.67 0.85 0.31
HSL 12.57º 0.73% 0.4% -
HSV(B) 12.57º 0.85% 0.69% -
XYZ 19.39 12.22 2.37 -
YUV 89.45 92.76 189.02 -
System Red Green Blue C M Y K H S L
Decimal 175 58 27 0 0.67 0.85 0.31 12.57 0.73 0.4
Hex AF 3A 1B 0 43 55 1F D 49 28
Octal 257 72 33 0 103 125 37 15 111 50
Binary 10101111 111010 11011 0 1000011 1010101 11111 1101 1001001 101000

Color Harmonies of #AF3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A1B

Black with #AF3A1B

Text Example


Text Example

White with #AF3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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