Html Css Color HEX #A33005 Rust

📋 copy color: '#A33005'

red 163 ◦ green 48 ◦ blue 5

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

Shades of Rust #A33005

Tints of Rust #A33005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

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

R = 75.46%
G = 22.22%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A33005 (or 0xA33005) is known color: Rust. HEX triplet: A3, 30 and 05. RGB value is (163,48,5). Sum of RGB (Red+Green+Blue) = 163+48+5=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A33005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33005 is #5CCFFA. Grayscale: #4D4D4D. Windows color (decimal): -6082555 or 340131. OLE color: 340131.

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

Color convert

RGB 163 48 5 -
CMYK 0 0.71 0.97 0.36
HSL 16.33º 0.94% 0.33% -
HSV(B) 16.33º 0.97% 0.64% -
XYZ 16.19 9.91 1.2 -
YUV 77.48 87.1 189 -
System Red Green Blue C M Y K H S L
Decimal 163 48 5 0 0.71 0.97 0.36 16.33 0.94 0.33
Hex A3 30 5 0 47 61 24 10 5E 21
Octal 243 60 5 0 107 141 44 20 136 41
Binary 10100011 110000 101 0 1000111 1100001 100100 10000 1011110 100001

Color Harmonies of #A33005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33005

Black with #A33005

Text Example


Text Example

White with #A33005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33005; }

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

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

background-color css

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

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

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

border-color css

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

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

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