Html Css Color HEX #351012 Rustic Red

📋 copy color: '#351012'

red 53 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #351012

Tints of Rustic Red #351012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.39%

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

R = 60.92%
G = 18.39%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#351012 (or 0x351012) is known color: Rustic Red. HEX triplet: 35, 10 and 12. RGB value is (53,16,18). Sum of RGB (Red+Green+Blue) = 53+16+18=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #351012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351012 is #CAEFED. Grayscale: #1B1B1B. Windows color (decimal): -13299694 or 1183797. OLE color: 1183797.

HSL color Cylindrical-coordinate representation of color #351012: hue angle of 356.76º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #351012 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 16 18 -
CMYK 0 0.70 0.66 0.79
HSL 356.76º 0.54% 0.14% -
HSV(B) 356.76º 0.7% 0.21% -
XYZ 1.76 1.17 0.71 -
YUV 27.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 53 16 18 0 0.70 0.66 0.79 356.76 0.54 0.14
Hex 35 10 12 0 46 42 4F 165 36 E
Octal 65 20 22 0 106 102 117 545 66 16
Binary 110101 10000 10010 0 1000110 1000010 1001111 101100101 110110 1110

Color Harmonies of #351012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351012

Black with #351012

Text Example


Text Example

White with #351012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351012; }

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

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

background-color css

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

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

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

border-color css

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

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

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