Html Css Color HEX #A33900 Rust

📋 copy color: '#A33900'

red 163 ◦ green 57 ◦ blue 0

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

Shades of Rust #A33900

Tints of Rust #A33900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.91%

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

R = 74.09%
G = 25.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A33900 (or 0xA33900) is known color: Rust. HEX triplet: A3, 39 and 00. RGB value is (163,57,0). Sum of RGB (Red+Green+Blue) = 163+57+0=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A33900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33900 is #5CC6FF. Grayscale: #525252. Windows color (decimal): -6080256 or 14755. OLE color: 14755.

HSL color Cylindrical-coordinate representation of color #A33900: hue angle of 20.98º 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 #A33900 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 57 0 -
CMYK 0 0.65 1 0.36
HSL 20.98º 1% 0.32% -
HSV(B) 20.98º 1% 0.64% -
XYZ 16.57 10.71 1.19 -
YUV 82.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 163 57 0 0 0.65 1 0.36 20.98 1 0.32
Hex A3 39 0 0 41 64 24 15 64 20
Octal 243 71 0 0 101 144 44 25 144 40
Binary 10100011 111001 0 0 1000001 1100100 100100 10101 1100100 100000

Color Harmonies of #A33900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33900

Black with #A33900

Text Example


Text Example

White with #A33900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33900; }

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

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

background-color css

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

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

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

border-color css

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

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

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