Html Css Color HEX #A33305 Rust

📋 copy color: '#A33305'

red 163 ◦ green 51 ◦ blue 5

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

Shades of Rust #A33305

Tints of Rust #A33305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.29%

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

R = 74.43%
G = 23.29%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A33305 (or 0xA33305) is known color: Rust. HEX triplet: A3, 33 and 05. RGB value is (163,51,5). Sum of RGB (Red+Green+Blue) = 163+51+5=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A33305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33305 is #5CCCFA. Grayscale: #4F4F4F. Windows color (decimal): -6081787 or 340899. OLE color: 340899.

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

Color convert

RGB 163 51 5 -
CMYK 0 0.69 0.97 0.36
HSL 17.47º 0.94% 0.33% -
HSV(B) 17.47º 0.97% 0.64% -
XYZ 16.32 10.17 1.25 -
YUV 79.24 86.11 187.74 -
System Red Green Blue C M Y K H S L
Decimal 163 51 5 0 0.69 0.97 0.36 17.47 0.94 0.33
Hex A3 33 5 0 45 61 24 11 5E 21
Octal 243 63 5 0 105 141 44 21 136 41
Binary 10100011 110011 101 0 1000101 1100001 100100 10001 1011110 100001

Color Harmonies of #A33305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33305

Black with #A33305

Text Example


Text Example

White with #A33305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33305; }

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

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

background-color css

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

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

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

border-color css

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

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

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