Html Css Color HEX #A33613 Rust

📋 copy color: '#A33613'

red 163 ◦ green 54 ◦ blue 19

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

Shades of Rust #A33613

Tints of Rust #A33613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

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

R = 69.07%
G = 22.88%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A33613 (or 0xA33613) is known color: Rust. HEX triplet: A3, 36 and 13. RGB value is (163,54,19). Sum of RGB (Red+Green+Blue) = 163+54+19=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A33613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33613 is #5CC9EC. Grayscale: #525252. Windows color (decimal): -6081005 or 1259171. OLE color: 1259171.

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

Color convert

RGB 163 54 19 -
CMYK 0 0.67 0.88 0.36
HSL 14.58º 0.79% 0.36% -
HSV(B) 14.58º 0.88% 0.64% -
XYZ 16.54 10.47 1.77 -
YUV 82.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 163 54 19 0 0.67 0.88 0.36 14.58 0.79 0.36
Hex A3 36 13 0 43 58 24 F 4F 24
Octal 243 66 23 0 103 130 44 17 117 44
Binary 10100011 110110 10011 0 1000011 1011000 100100 1111 1001111 100100

Color Harmonies of #A33613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33613

Black with #A33613

Text Example


Text Example

White with #A33613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33613; }

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

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

background-color css

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

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

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

border-color css

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

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

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