Html Css Color HEX #350114 Rustic Red

📋 copy color: '#350114'

red 53 ◦ green 1 ◦ blue 20

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

Shades of Rustic Red #350114

Tints of Rustic Red #350114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.35%

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

R = 71.62%
G = 1.35%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#350114 (or 0x350114) is known color: Rustic Red. HEX triplet: 35, 01 and 14. RGB value is (53,1,20). Sum of RGB (Red+Green+Blue) = 53+1+20=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #350114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350114 is #CAFEEB. Grayscale: #121212. Windows color (decimal): -13303532 or 1311029. OLE color: 1311029.

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

Color convert

RGB 53 1 20 -
CMYK 0 0.98 0.62 0.79
HSL 338.08º 0.96% 0.11% -
HSV(B) 338.08º 0.98% 0.21% -
XYZ 1.61 0.83 0.74 -
YUV 18.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 53 1 20 0 0.98 0.62 0.79 338.08 0.96 0.11
Hex 35 1 14 0 62 3E 4F 152 60 B
Octal 65 1 24 0 142 76 117 522 140 13
Binary 110101 1 10100 0 1100010 111110 1001111 101010010 1100000 1011

Color Harmonies of #350114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350114

Black with #350114

Text Example


Text Example

White with #350114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350114; }

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

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

background-color css

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

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

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

border-color css

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

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

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