Html Css Color HEX #AF3303 Rust

📋 copy color: '#AF3303'

red 175 ◦ green 51 ◦ blue 3

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

Shades of Rust #AF3303

Tints of Rust #AF3303

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.27%

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

R = 76.42%
G = 22.27%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF3303 (or 0xAF3303) is known color: Rust. HEX triplet: AF, 33 and 03. RGB value is (175,51,3). Sum of RGB (Red+Green+Blue) = 175+51+3=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3303 is #50CCFC. Grayscale: #525252. Windows color (decimal): -5295357 or 209839. OLE color: 209839.

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

Color convert

RGB 175 51 3 -
CMYK 0 0.71 0.98 0.31
HSL 16.74º 0.97% 0.35% -
HSV(B) 16.74º 0.98% 0.69% -
XYZ 18.88 11.49 1.31 -
YUV 82.6 83.08 193.9 -
System Red Green Blue C M Y K H S L
Decimal 175 51 3 0 0.71 0.98 0.31 16.74 0.97 0.35
Hex AF 33 3 0 47 62 1F 11 61 23
Octal 257 63 3 0 107 142 37 21 141 43
Binary 10101111 110011 11 0 1000111 1100010 11111 10001 1100001 100011

Color Harmonies of #AF3303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3303

Black with #AF3303

Text Example


Text Example

White with #AF3303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3303; }

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

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

background-color css

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

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

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

border-color css

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

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

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