Html Css Color HEX #A33710 Rust

📋 copy color: '#A33710'

red 163 ◦ green 55 ◦ blue 16

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

Shades of Rust #A33710

Tints of Rust #A33710

RGB

 RED value IS 163 (64.06% from 255) = 69.66%

 GREEN value IS 55 (21.88% from 255) = 23.5%

 BLUE value IS 16 (6.64% from 255) = 6.84%

R = 69.66%
G = 23.5%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A33710 (or 0xA33710) is known color: Rust. HEX triplet: A3, 37 and 10. RGB value is (163,55,16). Sum of RGB (Red+Green+Blue) = 163+55+16=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A33710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33710 is #5CC8EF. Grayscale: #535353. Windows color (decimal): -6080752 or 1062819. OLE color: 1062819.

HSL color Cylindrical-coordinate representation of color #A33710: hue angle of 15.92º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A33710 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 55 16 -
CMYK 0 0.66 0.90 0.36
HSL 15.92º 0.82% 0.35% -
HSV(B) 15.92º 0.9% 0.64% -
XYZ 16.56 10.56 1.65 -
YUV 82.85 90.28 185.17 -
System Red Green Blue C M Y K H S L
Decimal 163 55 16 0 0.66 0.90 0.36 15.92 0.82 0.35
Hex A3 37 10 0 42 5A 24 10 52 23
Octal 243 67 20 0 102 132 44 20 122 43
Binary 10100011 110111 10000 0 1000010 1011010 100100 10000 1010010 100011

Color Harmonies of #A33710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33710

Black with #A33710

Text Example


Text Example

White with #A33710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33710; }

 p { color: rgb(163,55,16); }

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

background-color css

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

 a { background-color: rgb(163,55,16); }

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

border-color css

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

 span { border-color: rgb(163,55,16); }

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