Html Css Color HEX #A3350F Rust

📋 copy color: '#A3350F'

red 163 ◦ green 53 ◦ blue 15

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

Shades of Rust #A3350F

Tints of Rust #A3350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.94%

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

R = 70.56%
G = 22.94%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3350F (or 0xA3350F) is known color: Rust. HEX triplet: A3, 35 and 0F. RGB value is (163,53,15). Sum of RGB (Red+Green+Blue) = 163+53+15=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A3350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3350F is #5CCAF0. Grayscale: #515151. Windows color (decimal): -6081265 or 996771. OLE color: 996771.

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

Color convert

RGB 163 53 15 -
CMYK 0 0.67 0.91 0.36
HSL 15.41º 0.83% 0.35% -
HSV(B) 15.41º 0.91% 0.64% -
XYZ 16.46 10.37 1.59 -
YUV 81.56 90.44 186.09 -
System Red Green Blue C M Y K H S L
Decimal 163 53 15 0 0.67 0.91 0.36 15.41 0.83 0.35
Hex A3 35 F 0 43 5B 24 F 53 23
Octal 243 65 17 0 103 133 44 17 123 43
Binary 10100011 110101 1111 0 1000011 1011011 100100 1111 1010011 100011

Color Harmonies of #A3350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3350F

Black with #A3350F

Text Example


Text Example

White with #A3350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3350F; }

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

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

background-color css

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

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

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

border-color css

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

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

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