Html Css Color HEX #350314 Rustic Red

📋 copy color: '#350314'

red 53 ◦ green 3 ◦ blue 20

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

Shades of Rustic Red #350314

Tints of Rustic Red #350314

RGB

 RED value IS 53 (21.09% from 255) = 69.74%

 GREEN value IS 3 (1.56% from 255) = 3.95%

 BLUE value IS 20 (8.2% from 255) = 26.32%

R = 69.74%
G = 3.95%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#350314 (or 0x350314) is known color: Rustic Red. HEX triplet: 35, 03 and 14. RGB value is (53,3,20). Sum of RGB (Red+Green+Blue) = 53+3+20=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #350314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350314 is #CAFCEB. Grayscale: #131313. Windows color (decimal): -13303020 or 1311541. OLE color: 1311541.

HSL color Cylindrical-coordinate representation of color #350314: hue angle of 339.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350314 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 3 20 -
CMYK 0 0.94 0.62 0.79
HSL 339.6º 0.89% 0.11% -
HSV(B) 339.6º 0.94% 0.21% -
XYZ 1.63 0.87 0.74 -
YUV 19.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 53 3 20 0 0.94 0.62 0.79 339.6 0.89 0.11
Hex 35 3 14 0 5E 3E 4F 154 59 B
Octal 65 3 24 0 136 76 117 524 131 13
Binary 110101 11 10100 0 1011110 111110 1001111 101010100 1011001 1011

Color Harmonies of #350314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350314

Black with #350314

Text Example


Text Example

White with #350314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350314; }

 p { color: rgb(53,3,20); }

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

background-color css

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

 a { background-color: rgb(53,3,20); }

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

border-color css

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

 span { border-color: rgb(53,3,20); }

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