Html Css Color HEX #A3330E Rust

📋 copy color: '#A3330E'

red 163 ◦ green 51 ◦ blue 14

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

Shades of Rust #A3330E

Tints of Rust #A3330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.37%

 BLUE value IS 14 (5.86% from 255) = 6.14%

R = 71.49%
G = 22.37%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3330E (or 0xA3330E) is known color: Rust. HEX triplet: A3, 33 and 0E. RGB value is (163,51,14). Sum of RGB (Red+Green+Blue) = 163+51+14=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A3330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3330E is #5CCCF1. Grayscale: #505050. Windows color (decimal): -6081778 or 930723. OLE color: 930723.

HSL color Cylindrical-coordinate representation of color #A3330E: hue angle of 14.9º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3330E is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 51 14 -
CMYK 0 0.69 0.91 0.36
HSL 14.9º 0.84% 0.35% -
HSV(B) 14.9º 0.91% 0.64% -
XYZ 16.37 10.19 1.52 -
YUV 80.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 163 51 14 0 0.69 0.91 0.36 14.9 0.84 0.35
Hex A3 33 E 0 45 5B 24 F 54 23
Octal 243 63 16 0 105 133 44 17 124 43
Binary 10100011 110011 1110 0 1000101 1011011 100100 1111 1010100 100011

Color Harmonies of #A3330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3330E

Black with #A3330E

Text Example


Text Example

White with #A3330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3330E; }

 p { color: rgb(163,51,14); }

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

background-color css

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

 a { background-color: rgb(163,51,14); }

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

border-color css

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

 span { border-color: rgb(163,51,14); }

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