Html Css Color HEX #A33400 Rust

📋 copy color: '#A33400'

red 163 ◦ green 52 ◦ blue 0

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

Shades of Rust #A33400

Tints of Rust #A33400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.19%

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

R = 75.81%
G = 24.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A33400 (or 0xA33400) is known color: Rust. HEX triplet: A3, 34 and 00. RGB value is (163,52,0). Sum of RGB (Red+Green+Blue) = 163+52+0=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A33400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33400 is #5CCBFF. Grayscale: #4F4F4F. Windows color (decimal): -6081536 or 13475. OLE color: 13475.

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

Color convert

RGB 163 52 0 -
CMYK 0 0.68 1 0.36
HSL 19.14º 1% 0.32% -
HSV(B) 19.14º 1% 0.64% -
XYZ 16.33 10.24 1.12 -
YUV 79.26 83.27 187.73 -
System Red Green Blue C M Y K H S L
Decimal 163 52 0 0 0.68 1 0.36 19.14 1 0.32
Hex A3 34 0 0 44 64 24 13 64 20
Octal 243 64 0 0 104 144 44 23 144 40
Binary 10100011 110100 0 0 1000100 1100100 100100 10011 1100100 100000

Color Harmonies of #A33400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33400

Black with #A33400

Text Example


Text Example

White with #A33400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33400; }

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

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

background-color css

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

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

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

border-color css

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

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

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