Html Css Color HEX #A33713 Rust

📋 copy color: '#A33713'

red 163 ◦ green 55 ◦ blue 19

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

Shades of Rust #A33713

Tints of Rust #A33713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.02%

R = 68.78%
G = 23.21%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A33713 (or 0xA33713) is known color: Rust. HEX triplet: A3, 37 and 13. RGB value is (163,55,19). Sum of RGB (Red+Green+Blue) = 163+55+19=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A33713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33713 is #5CC8EC. Grayscale: #535353. Windows color (decimal): -6080749 or 1259427. OLE color: 1259427.

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

Color convert

RGB 163 55 19 -
CMYK 0 0.66 0.88 0.36
HSL 15º 0.79% 0.36% -
HSV(B) 15º 0.88% 0.64% -
XYZ 16.59 10.57 1.78 -
YUV 83.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 163 55 19 0 0.66 0.88 0.36 15 0.79 0.36
Hex A3 37 13 0 42 58 24 F 4F 24
Octal 243 67 23 0 102 130 44 17 117 44
Binary 10100011 110111 10011 0 1000010 1011000 100100 1111 1001111 100100

Color Harmonies of #A33713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33713

Black with #A33713

Text Example


Text Example

White with #A33713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33713; }

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

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

background-color css

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

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

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

border-color css

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

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

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