Html Css Color HEX #351018 Rustic Red

📋 copy color: '#351018'

red 53 ◦ green 16 ◦ blue 24

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

Shades of Rustic Red #351018

Tints of Rustic Red #351018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25.81%

R = 56.99%
G = 17.2%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#351018 (or 0x351018) is known color: Rustic Red. HEX triplet: 35, 10 and 18. RGB value is (53,16,24). Sum of RGB (Red+Green+Blue) = 53+16+24=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #351018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351018 is #CAEFE7. Grayscale: #1B1B1B. Windows color (decimal): -13299688 or 1577013. OLE color: 1577013.

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

Color convert

RGB 53 16 24 -
CMYK 0 0.70 0.55 0.79
HSL 347.03º 0.54% 0.14% -
HSV(B) 347.03º 0.7% 0.21% -
XYZ 1.82 1.19 1 -
YUV 27.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 53 16 24 0 0.70 0.55 0.79 347.03 0.54 0.14
Hex 35 10 18 0 46 37 4F 15B 36 E
Octal 65 20 30 0 106 67 117 533 66 16
Binary 110101 10000 11000 0 1000110 110111 1001111 101011011 110110 1110

Color Harmonies of #351018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351018

Black with #351018

Text Example


Text Example

White with #351018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351018; }

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

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

background-color css

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

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

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

border-color css

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

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

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