Html Css Color HEX #350014 Rustic Red

📋 copy color: '#350014'

red 53 ◦ green 0 ◦ blue 20

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

Shades of Rustic Red #350014

Tints of Rustic Red #350014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.6%
G = 0%
B = 27.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#350014 (or 0x350014) is known color: Rustic Red. HEX triplet: 35, 00 and 14. RGB value is (53,0,20). Sum of RGB (Red+Green+Blue) = 53+0+20=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #350014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350014 is #CAFFEB. Grayscale: #121212. Windows color (decimal): -13303788 or 1310773. OLE color: 1310773.

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

Color convert

RGB 53 0 20 -
CMYK 0 1 0.62 0.79
HSL 337.36º 1% 0.1% -
HSV(B) 337.36º 1% 0.21% -
XYZ 1.59 0.81 0.73 -
YUV 18.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 53 0 20 0 1 0.62 0.79 337.36 1 0.1
Hex 35 0 14 0 64 3E 4F 151 64 A
Octal 65 0 24 0 144 76 117 521 144 12
Binary 110101 0 10100 0 1100100 111110 1001111 101010001 1100100 1010

Color Harmonies of #350014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350014

Black with #350014

Text Example


Text Example

White with #350014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350014; }

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

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

background-color css

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

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

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

border-color css

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

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

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