Html Css Color HEX #350112 Rustic Red

📋 copy color: '#350112'

red 53 ◦ green 1 ◦ blue 18

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

Shades of Rustic Red #350112

Tints of Rustic Red #350112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 25%

R = 73.61%
G = 1.39%
B = 25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#350112 (or 0x350112) is known color: Rustic Red. HEX triplet: 35, 01 and 12. RGB value is (53,1,18). Sum of RGB (Red+Green+Blue) = 53+1+18=72 (9% of max value = 765). Red value is 53 (21.09% from 255 or 73.61% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 53 - color contains mainly: red. Hex color #350112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350112 is #CAFEED. Grayscale: #121212. Windows color (decimal): -13303534 or 1179957. OLE color: 1179957.

HSL color Cylindrical-coordinate representation of color #350112: hue angle of 340.38º 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 #350112 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 1 18 -
CMYK 0 0.98 0.66 0.79
HSL 340.38º 0.96% 0.11% -
HSV(B) 340.38º 0.98% 0.21% -
XYZ 1.59 0.82 0.65 -
YUV 18.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 53 1 18 0 0.98 0.66 0.79 340.38 0.96 0.11
Hex 35 1 12 0 62 42 4F 154 60 B
Octal 65 1 22 0 142 102 117 524 140 13
Binary 110101 1 10010 0 1100010 1000010 1001111 101010100 1100000 1011

Color Harmonies of #350112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350112

Black with #350112

Text Example


Text Example

White with #350112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350112; }

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

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

background-color css

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

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

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

border-color css

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

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

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