Html Css Color HEX #A33316 Rust

📋 copy color: '#A33316'

red 163 ◦ green 51 ◦ blue 22

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

Shades of Rust #A33316

Tints of Rust #A33316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.32%

R = 69.07%
G = 21.61%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A33316 (or 0xA33316) is known color: Rust. HEX triplet: A3, 33 and 16. RGB value is (163,51,22). Sum of RGB (Red+Green+Blue) = 163+51+22=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A33316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33316 is #5CCCE9. Grayscale: #515151. Windows color (decimal): -6081770 or 1455011. OLE color: 1455011.

HSL color Cylindrical-coordinate representation of color #A33316: hue angle of 12.34º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A33316 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 51 22 -
CMYK 0 0.69 0.87 0.36
HSL 12.34º 0.76% 0.36% -
HSV(B) 12.34º 0.87% 0.64% -
XYZ 16.43 10.21 1.86 -
YUV 81.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 163 51 22 0 0.69 0.87 0.36 12.34 0.76 0.36
Hex A3 33 16 0 45 57 24 C 4C 24
Octal 243 63 26 0 105 127 44 14 114 44
Binary 10100011 110011 10110 0 1000101 1010111 100100 1100 1001100 100100

Color Harmonies of #A33316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33316

Black with #A33316

Text Example


Text Example

White with #A33316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33316; }

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

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

background-color css

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

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

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

border-color css

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

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

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