Html Css Color HEX #AF451B Rust

📋 copy color: '#AF451B'

red 175 ◦ green 69 ◦ blue 27

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

Shades of Rust #AF451B

Tints of Rust #AF451B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

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

R = 64.58%
G = 25.46%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF451B (or 0xAF451B) is known color: Rust. HEX triplet: AF, 45 and 1B. RGB value is (175,69,27). Sum of RGB (Red+Green+Blue) = 175+69+27=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF451B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF451B is #50BAE4. Grayscale: #606060. Windows color (decimal): -5290725 or 1787311. OLE color: 1787311.

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

Color convert

RGB 175 69 27 -
CMYK 0 0.61 0.85 0.31
HSL 17.03º 0.73% 0.4% -
HSV(B) 17.03º 0.85% 0.69% -
XYZ 20.01 13.45 2.58 -
YUV 95.91 89.12 184.42 -
System Red Green Blue C M Y K H S L
Decimal 175 69 27 0 0.61 0.85 0.31 17.03 0.73 0.4
Hex AF 45 1B 0 3D 55 1F 11 49 28
Octal 257 105 33 0 75 125 37 21 111 50
Binary 10101111 1000101 11011 0 111101 1010101 11111 10001 1001001 101000

Color Harmonies of #AF451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF451B

Black with #AF451B

Text Example


Text Example

White with #AF451B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF451B; }

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

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

background-color css

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

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

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

border-color css

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

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

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