Html Css Color HEX #AF3302 Rust

📋 copy color: '#AF3302'

red 175 ◦ green 51 ◦ blue 2

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

Shades of Rust #AF3302

Tints of Rust #AF3302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 76.75%
G = 22.37%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF3302 (or 0xAF3302) is known color: Rust. HEX triplet: AF, 33 and 02. RGB value is (175,51,2). Sum of RGB (Red+Green+Blue) = 175+51+2=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3302 is #50CCFD. Grayscale: #525252. Windows color (decimal): -5295358 or 144303. OLE color: 144303.

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

Color convert

RGB 175 51 2 -
CMYK 0 0.71 0.99 0.31
HSL 16.99º 0.98% 0.35% -
HSV(B) 16.99º 0.99% 0.69% -
XYZ 18.87 11.49 1.28 -
YUV 82.49 82.58 193.98 -
System Red Green Blue C M Y K H S L
Decimal 175 51 2 0 0.71 0.99 0.31 16.99 0.98 0.35
Hex AF 33 2 0 47 63 1F 11 62 23
Octal 257 63 2 0 107 143 37 21 142 43
Binary 10101111 110011 10 0 1000111 1100011 11111 10001 1100010 100011

Color Harmonies of #AF3302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3302

Black with #AF3302

Text Example


Text Example

White with #AF3302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3302; }

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

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

background-color css

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

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

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

border-color css

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

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

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