Html Css Color HEX #A33C05 Rust

📋 copy color: '#A33C05'

red 163 ◦ green 60 ◦ blue 5

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

Shades of Rust #A33C05

Tints of Rust #A33C05

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.32%

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

R = 71.49%
G = 26.32%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A33C05 (or 0xA33C05) is known color: Rust. HEX triplet: A3, 3C and 05. RGB value is (163,60,5). Sum of RGB (Red+Green+Blue) = 163+60+5=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33C05 is #5CC3FA. Grayscale: #545454. Windows color (decimal): -6079483 or 343203. OLE color: 343203.

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

Color convert

RGB 163 60 5 -
CMYK 0 0.63 0.97 0.36
HSL 20.89º 0.94% 0.33% -
HSV(B) 20.89º 0.97% 0.64% -
XYZ 16.75 11.03 1.39 -
YUV 84.53 83.12 183.97 -
System Red Green Blue C M Y K H S L
Decimal 163 60 5 0 0.63 0.97 0.36 20.89 0.94 0.33
Hex A3 3C 5 0 3F 61 24 15 5E 21
Octal 243 74 5 0 77 141 44 25 136 41
Binary 10100011 111100 101 0 111111 1100001 100100 10101 1011110 100001

Color Harmonies of #A33C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C05

Black with #A33C05

Text Example


Text Example

White with #A33C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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