Html Css Color HEX #A3300F Rust

📋 copy color: '#A3300F'

red 163 ◦ green 48 ◦ blue 15

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

Shades of Rust #A3300F

Tints of Rust #A3300F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.24%

 BLUE value IS 15 (6.25% from 255) = 6.64%

R = 72.12%
G = 21.24%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3300F (or 0xA3300F) is known color: Rust. HEX triplet: A3, 30 and 0F. RGB value is (163,48,15). Sum of RGB (Red+Green+Blue) = 163+48+15=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A3300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3300F is #5CCFF0. Grayscale: #4E4E4E. Windows color (decimal): -6082545 or 995491. OLE color: 995491.

HSL color Cylindrical-coordinate representation of color #A3300F: hue angle of 13.38º degrees, saturation: 0.83, 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 #A3300F is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 48 15 -
CMYK 0 0.71 0.91 0.36
HSL 13.38º 0.83% 0.35% -
HSV(B) 13.38º 0.91% 0.64% -
XYZ 16.25 9.93 1.51 -
YUV 78.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 163 48 15 0 0.71 0.91 0.36 13.38 0.83 0.35
Hex A3 30 F 0 47 5B 24 D 53 23
Octal 243 60 17 0 107 133 44 15 123 43
Binary 10100011 110000 1111 0 1000111 1011011 100100 1101 1010011 100011

Color Harmonies of #A3300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3300F

Black with #A3300F

Text Example


Text Example

White with #A3300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3300F; }

 p { color: rgb(163,48,15); }

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

background-color css

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

 a { background-color: rgb(163,48,15); }

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

border-color css

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

 span { border-color: rgb(163,48,15); }

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