Html Css Color HEX #A33505 Rust

📋 copy color: '#A33505'

red 163 ◦ green 53 ◦ blue 5

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

Shades of Rust #A33505

Tints of Rust #A33505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 73.76%
G = 23.98%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A33505 (or 0xA33505) is known color: Rust. HEX triplet: A3, 35 and 05. RGB value is (163,53,5). Sum of RGB (Red+Green+Blue) = 163+53+5=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A33505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33505 is #5CCAFA. Grayscale: #505050. Windows color (decimal): -6081275 or 341411. OLE color: 341411.

HSL color Cylindrical-coordinate representation of color #A33505: hue angle of 18.23º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A33505 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 53 5 -
CMYK 0 0.67 0.97 0.36
HSL 18.23º 0.94% 0.33% -
HSV(B) 18.23º 0.97% 0.64% -
XYZ 16.4 10.34 1.28 -
YUV 80.42 85.44 186.9 -
System Red Green Blue C M Y K H S L
Decimal 163 53 5 0 0.67 0.97 0.36 18.23 0.94 0.33
Hex A3 35 5 0 43 61 24 12 5E 21
Octal 243 65 5 0 103 141 44 22 136 41
Binary 10100011 110101 101 0 1000011 1100001 100100 10010 1011110 100001

Color Harmonies of #A33505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33505

Black with #A33505

Text Example


Text Example

White with #A33505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33505; }

 p { color: rgb(163,53,5); }

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

background-color css

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

 a { background-color: rgb(163,53,5); }

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

border-color css

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

 span { border-color: rgb(163,53,5); }

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