Html Css Color HEX #A33A13 Rust

📋 copy color: '#A33A13'

red 163 ◦ green 58 ◦ blue 19

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

Shades of Rust #A33A13

Tints of Rust #A33A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.17%

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

R = 67.92%
G = 24.17%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A33A13 (or 0xA33A13) is known color: Rust. HEX triplet: A3, 3A and 13. RGB value is (163,58,19). Sum of RGB (Red+Green+Blue) = 163+58+19=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33A13 is #5CC5EC. Grayscale: #555555. Windows color (decimal): -6079981 or 1260195. OLE color: 1260195.

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

Color convert

RGB 163 58 19 -
CMYK 0 0.64 0.88 0.36
HSL 16.25º 0.79% 0.36% -
HSV(B) 16.25º 0.88% 0.64% -
XYZ 16.73 10.86 1.83 -
YUV 84.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 163 58 19 0 0.64 0.88 0.36 16.25 0.79 0.36
Hex A3 3A 13 0 40 58 24 10 4F 24
Octal 243 72 23 0 100 130 44 20 117 44
Binary 10100011 111010 10011 0 1000000 1011000 100100 10000 1001111 100100

Color Harmonies of #A33A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33A13

Black with #A33A13

Text Example


Text Example

White with #A33A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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