Html Css Color HEX #A33715 Rust

📋 copy color: '#A33715'

red 163 ◦ green 55 ◦ blue 21

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

Shades of Rust #A33715

Tints of Rust #A33715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.01%

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

R = 68.2%
G = 23.01%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A33715 (or 0xA33715) is known color: Rust. HEX triplet: A3, 37 and 15. RGB value is (163,55,21). Sum of RGB (Red+Green+Blue) = 163+55+21=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A33715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33715 is #5CC8EA. Grayscale: #535353. Windows color (decimal): -6080747 or 1390499. OLE color: 1390499.

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

Color convert

RGB 163 55 21 -
CMYK 0 0.66 0.87 0.36
HSL 14.37º 0.77% 0.36% -
HSV(B) 14.37º 0.87% 0.64% -
XYZ 16.61 10.57 1.88 -
YUV 83.42 92.78 184.76 -
System Red Green Blue C M Y K H S L
Decimal 163 55 21 0 0.66 0.87 0.36 14.37 0.77 0.36
Hex A3 37 15 0 42 57 24 E 4D 24
Octal 243 67 25 0 102 127 44 16 115 44
Binary 10100011 110111 10101 0 1000010 1010111 100100 1110 1001101 100100

Color Harmonies of #A33715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33715

Black with #A33715

Text Example


Text Example

White with #A33715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33715; }

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

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

background-color css

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

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

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

border-color css

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

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

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