Html Css Color HEX #AF4B0F Rust

📋 copy color: '#AF4B0F'

red 175 ◦ green 75 ◦ blue 15

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

Shades of Rust #AF4B0F

Tints of Rust #AF4B0F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.3%

 BLUE value IS 15 (6.25% from 255) = 5.66%

R = 66.04%
G = 28.3%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF4B0F (or 0xAF4B0F) is known color: Rust. HEX triplet: AF, 4B and 0F. RGB value is (175,75,15). Sum of RGB (Red+Green+Blue) = 175+75+15=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4B0F is #50B4F0. Grayscale: #626262. Windows color (decimal): -5289201 or 1002415. OLE color: 1002415.

HSL color Cylindrical-coordinate representation of color #AF4B0F: hue angle of 22.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF4B0F is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 75 15 -
CMYK 0 0.57 0.91 0.31
HSL 22.5º 0.84% 0.37% -
HSV(B) 22.5º 0.91% 0.69% -
XYZ 20.28 14.18 2.12 -
YUV 98.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 175 75 15 0 0.57 0.91 0.31 22.5 0.84 0.37
Hex AF 4B F 0 39 5B 1F 16 54 25
Octal 257 113 17 0 71 133 37 26 124 45
Binary 10101111 1001011 1111 0 111001 1011011 11111 10110 1010100 100101

Color Harmonies of #AF4B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4B0F

Black with #AF4B0F

Text Example


Text Example

White with #AF4B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4B0F; }

 p { color: rgb(175,75,15); }

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

background-color css

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

 a { background-color: rgb(175,75,15); }

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

border-color css

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

 span { border-color: rgb(175,75,15); }

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