Html Css Color HEX #A33413 Rust

📋 copy color: '#A33413'

red 163 ◦ green 52 ◦ blue 19

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

Shades of Rust #A33413

Tints of Rust #A33413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.22%

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

R = 69.66%
G = 22.22%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A33413 (or 0xA33413) is known color: Rust. HEX triplet: A3, 34 and 13. RGB value is (163,52,19). Sum of RGB (Red+Green+Blue) = 163+52+19=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A33413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33413 is #5CCBEC. Grayscale: #515151. Windows color (decimal): -6081517 or 1258659. OLE color: 1258659.

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

Color convert

RGB 163 52 19 -
CMYK 0 0.68 0.88 0.36
HSL 13.75º 0.79% 0.36% -
HSV(B) 13.75º 0.88% 0.64% -
XYZ 16.45 10.29 1.74 -
YUV 81.43 92.77 186.18 -
System Red Green Blue C M Y K H S L
Decimal 163 52 19 0 0.68 0.88 0.36 13.75 0.79 0.36
Hex A3 34 13 0 44 58 24 E 4F 24
Octal 243 64 23 0 104 130 44 16 117 44
Binary 10100011 110100 10011 0 1000100 1011000 100100 1110 1001111 100100

Color Harmonies of #A33413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33413

Black with #A33413

Text Example


Text Example

White with #A33413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33413; }

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

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

background-color css

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

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

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

border-color css

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

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

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