Html Css Color HEX #A33605 Rust

📋 copy color: '#A33605'

red 163 ◦ green 54 ◦ blue 5

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

Shades of Rust #A33605

Tints of Rust #A33605

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.32%

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

R = 73.42%
G = 24.32%
B = 2.25%

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

#A33605 (or 0xA33605) is known color: Rust. HEX triplet: A3, 36 and 05. RGB value is (163,54,5). Sum of RGB (Red+Green+Blue) = 163+54+5=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A33605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33605 is #5CC9FA. Grayscale: #515151. Windows color (decimal): -6081019 or 341667. OLE color: 341667.

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

Color convert

RGB 163 54 5 -
CMYK 0 0.67 0.97 0.36
HSL 18.61º 0.94% 0.33% -
HSV(B) 18.61º 0.97% 0.64% -
XYZ 16.45 10.44 1.29 -
YUV 81.01 85.11 186.48 -
System Red Green Blue C M Y K H S L
Decimal 163 54 5 0 0.67 0.97 0.36 18.61 0.94 0.33
Hex A3 36 5 0 43 61 24 13 5E 21
Octal 243 66 5 0 103 141 44 23 136 41
Binary 10100011 110110 101 0 1000011 1100001 100100 10011 1011110 100001

Color Harmonies of #A33605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33605

Black with #A33605

Text Example


Text Example

White with #A33605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33605; }

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

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

background-color css

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

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

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

border-color css

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

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

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