Html Css Color HEX #AF430A Rust

📋 copy color: '#AF430A'

red 175 ◦ green 67 ◦ blue 10

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

Shades of Rust #AF430A

Tints of Rust #AF430A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 69.44%
G = 26.59%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF430A (or 0xAF430A) is known color: Rust. HEX triplet: AF, 43 and 0A. RGB value is (175,67,10). Sum of RGB (Red+Green+Blue) = 175+67+10=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF430A is #50BCF5. Grayscale: #5D5D5D. Windows color (decimal): -5291254 or 672687. OLE color: 672687.

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

Color convert

RGB 175 67 10 -
CMYK 0 0.62 0.94 0.31
HSL 20.73º 0.89% 0.36% -
HSV(B) 20.73º 0.94% 0.69% -
XYZ 19.74 13.15 1.78 -
YUV 92.79 81.28 186.63 -
System Red Green Blue C M Y K H S L
Decimal 175 67 10 0 0.62 0.94 0.31 20.73 0.89 0.36
Hex AF 43 A 0 3E 5E 1F 15 59 24
Octal 257 103 12 0 76 136 37 25 131 44
Binary 10101111 1000011 1010 0 111110 1011110 11111 10101 1011001 100100

Color Harmonies of #AF430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF430A

Black with #AF430A

Text Example


Text Example

White with #AF430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF430A; }

 p { color: rgb(175,67,10); }

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

background-color css

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

 a { background-color: rgb(175,67,10); }

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

border-color css

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

 span { border-color: rgb(175,67,10); }

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