Html Css Color HEX #AF4303 Rust

📋 copy color: '#AF4303'

red 175 ◦ green 67 ◦ blue 3

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

Shades of Rust #AF4303

Tints of Rust #AF4303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.22%

R = 71.43%
G = 27.35%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF4303 (or 0xAF4303) is known color: Rust. HEX triplet: AF, 43 and 03. RGB value is (175,67,3). Sum of RGB (Red+Green+Blue) = 175+67+3=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4303 is #50BCFC. Grayscale: #5C5C5C. Windows color (decimal): -5291261 or 213935. OLE color: 213935.

HSL color Cylindrical-coordinate representation of color #AF4303: hue angle of 22.33º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF4303 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 67 3 -
CMYK 0 0.62 0.98 0.31
HSL 22.33º 0.97% 0.35% -
HSV(B) 22.33º 0.98% 0.69% -
XYZ 19.7 13.13 1.58 -
YUV 92 77.78 187.2 -
System Red Green Blue C M Y K H S L
Decimal 175 67 3 0 0.62 0.98 0.31 22.33 0.97 0.35
Hex AF 43 3 0 3E 62 1F 16 61 23
Octal 257 103 3 0 76 142 37 26 141 43
Binary 10101111 1000011 11 0 111110 1100010 11111 10110 1100001 100011

Color Harmonies of #AF4303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4303

Black with #AF4303

Text Example


Text Example

White with #AF4303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4303; }

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

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

background-color css

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

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

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

border-color css

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

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

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