Html Css Color HEX #A33D13 Rust

📋 copy color: '#A33D13'

red 163 ◦ green 61 ◦ blue 19

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

Shades of Rust #A33D13

Tints of Rust #A33D13

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.1%

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

R = 67.08%
G = 25.1%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A33D13 (or 0xA33D13) is known color: Rust. HEX triplet: A3, 3D and 13. RGB value is (163,61,19). Sum of RGB (Red+Green+Blue) = 163+61+19=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33D13 is #5CC2EC. Grayscale: #565656. Windows color (decimal): -6079213 or 1260963. OLE color: 1260963.

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

Color convert

RGB 163 61 19 -
CMYK 0 0.63 0.88 0.36
HSL 17.5º 0.79% 0.36% -
HSV(B) 17.5º 0.88% 0.64% -
XYZ 16.89 11.17 1.88 -
YUV 86.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 163 61 19 0 0.63 0.88 0.36 17.5 0.79 0.36
Hex A3 3D 13 0 3F 58 24 12 4F 24
Octal 243 75 23 0 77 130 44 22 117 44
Binary 10100011 111101 10011 0 111111 1011000 100100 10010 1001111 100100

Color Harmonies of #A33D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D13

Black with #A33D13

Text Example


Text Example

White with #A33D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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