Html Css Color HEX #A33200 Rust

📋 copy color: '#A33200'

red 163 ◦ green 50 ◦ blue 0

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

Shades of Rust #A33200

Tints of Rust #A33200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.53%
G = 23.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A33200 (or 0xA33200) is known color: Rust. HEX triplet: A3, 32 and 00. RGB value is (163,50,0). Sum of RGB (Red+Green+Blue) = 163+50+0=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A33200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33200 is #5CCDFF. Grayscale: #4E4E4E. Windows color (decimal): -6082048 or 12963. OLE color: 12963.

HSL color Cylindrical-coordinate representation of color #A33200: hue angle of 18.4º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A33200 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 50 0 -
CMYK 0 0.69 1 0.36
HSL 18.4º 1% 0.32% -
HSV(B) 18.4º 1% 0.64% -
XYZ 16.24 10.07 1.09 -
YUV 78.09 83.94 188.57 -
System Red Green Blue C M Y K H S L
Decimal 163 50 0 0 0.69 1 0.36 18.4 1 0.32
Hex A3 32 0 0 45 64 24 12 64 20
Octal 243 62 0 0 105 144 44 22 144 40
Binary 10100011 110010 0 0 1000101 1100100 100100 10010 1100100 100000

Color Harmonies of #A33200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33200

Black with #A33200

Text Example


Text Example

White with #A33200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33200; }

 p { color: rgb(163,50,0); }

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

background-color css

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

 a { background-color: rgb(163,50,0); }

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

border-color css

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

 span { border-color: rgb(163,50,0); }

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