Html Css Color HEX #351112 Rustic Red

📋 copy color: '#351112'

red 53 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #351112

Tints of Rustic Red #351112

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.32%

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

R = 60.23%
G = 19.32%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#351112 (or 0x351112) is known color: Rustic Red. HEX triplet: 35, 11 and 12. RGB value is (53,17,18). Sum of RGB (Red+Green+Blue) = 53+17+18=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #351112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351112 is #CAEEED. Grayscale: #1B1B1B. Windows color (decimal): -13299438 or 1184053. OLE color: 1184053.

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

Color convert

RGB 53 17 18 -
CMYK 0 0.68 0.66 0.79
HSL 358.33º 0.51% 0.14% -
HSV(B) 358.33º 0.68% 0.21% -
XYZ 1.78 1.2 0.71 -
YUV 27.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 53 17 18 0 0.68 0.66 0.79 358.33 0.51 0.14
Hex 35 11 12 0 44 42 4F 166 33 E
Octal 65 21 22 0 104 102 117 546 63 16
Binary 110101 10001 10010 0 1000100 1000010 1001111 101100110 110011 1110

Color Harmonies of #351112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351112

Black with #351112

Text Example


Text Example

White with #351112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351112; }

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

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

background-color css

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

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

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

border-color css

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

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

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