Html Css Color HEX #A33C15 Rust

📋 copy color: '#A33C15'

red 163 ◦ green 60 ◦ blue 21

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

Shades of Rust #A33C15

Tints of Rust #A33C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.61%

R = 66.8%
G = 24.59%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A33C15 (or 0xA33C15) is known color: Rust. HEX triplet: A3, 3C and 15. RGB value is (163,60,21). Sum of RGB (Red+Green+Blue) = 163+60+21=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33C15 is #5CC3EA. Grayscale: #565656. Windows color (decimal): -6079467 or 1391779. OLE color: 1391779.

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

Color convert

RGB 163 60 21 -
CMYK 0 0.63 0.87 0.36
HSL 16.48º 0.77% 0.36% -
HSV(B) 16.48º 0.87% 0.64% -
XYZ 16.86 11.07 1.96 -
YUV 86.35 91.12 182.67 -
System Red Green Blue C M Y K H S L
Decimal 163 60 21 0 0.63 0.87 0.36 16.48 0.77 0.36
Hex A3 3C 15 0 3F 57 24 10 4D 24
Octal 243 74 25 0 77 127 44 20 115 44
Binary 10100011 111100 10101 0 111111 1010111 100100 10000 1001101 100100

Color Harmonies of #A33C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C15

Black with #A33C15

Text Example


Text Example

White with #A33C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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