Html Css Color HEX #350214 Rustic Red

📋 copy color: '#350214'

red 53 ◦ green 2 ◦ blue 20

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

Shades of Rustic Red #350214

Tints of Rustic Red #350214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.67%

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

R = 70.67%
G = 2.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#350214 (or 0x350214) is known color: Rustic Red. HEX triplet: 35, 02 and 14. RGB value is (53,2,20). Sum of RGB (Red+Green+Blue) = 53+2+20=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #350214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350214 is #CAFDEB. Grayscale: #131313. Windows color (decimal): -13303276 or 1311285. OLE color: 1311285.

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

Color convert

RGB 53 2 20 -
CMYK 0 0.96 0.62 0.79
HSL 338.82º 0.93% 0.11% -
HSV(B) 338.82º 0.96% 0.21% -
XYZ 1.62 0.85 0.74 -
YUV 19.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 53 2 20 0 0.96 0.62 0.79 338.82 0.93 0.11
Hex 35 2 14 0 60 3E 4F 153 5D B
Octal 65 2 24 0 140 76 117 523 135 13
Binary 110101 10 10100 0 1100000 111110 1001111 101010011 1011101 1011

Color Harmonies of #350214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350214

Black with #350214

Text Example


Text Example

White with #350214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350214; }

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

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

background-color css

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

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

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

border-color css

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

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

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