Html Css Color HEX #A33300 Rust

📋 copy color: '#A33300'

red 163 ◦ green 51 ◦ blue 0

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

Shades of Rust #A33300

Tints of Rust #A33300

RGB

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

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

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

R = 76.17%
G = 23.83%
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

#A33300 (or 0xA33300) is known color: Rust. HEX triplet: A3, 33 and 00. RGB value is (163,51,0). Sum of RGB (Red+Green+Blue) = 163+51+0=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A33300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33300 is #5CCCFF. Grayscale: #4E4E4E. Windows color (decimal): -6081792 or 13219. OLE color: 13219.

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

Color convert

RGB 163 51 0 -
CMYK 0 0.69 1 0.36
HSL 18.77º 1% 0.32% -
HSV(B) 18.77º 1% 0.64% -
XYZ 16.29 10.15 1.1 -
YUV 78.67 83.61 188.15 -
System Red Green Blue C M Y K H S L
Decimal 163 51 0 0 0.69 1 0.36 18.77 1 0.32
Hex A3 33 0 0 45 64 24 13 64 20
Octal 243 63 0 0 105 144 44 23 144 40
Binary 10100011 110011 0 0 1000101 1100100 100100 10011 1100100 100000

Color Harmonies of #A33300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33300

Black with #A33300

Text Example


Text Example

White with #A33300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33300; }

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

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

background-color css

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

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

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

border-color css

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

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

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