Html Css Color HEX #351118 Rustic Red

📋 copy color: '#351118'

red 53 ◦ green 17 ◦ blue 24

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

Shades of Rustic Red #351118

Tints of Rustic Red #351118

RGB

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

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

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

R = 56.38%
G = 18.09%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#351118 (or 0x351118) is known color: Rustic Red. HEX triplet: 35, 11 and 18. RGB value is (53,17,24). Sum of RGB (Red+Green+Blue) = 53+17+24=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #351118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351118 is #CAEEE7. Grayscale: #1C1C1C. Windows color (decimal): -13299432 or 1577269. OLE color: 1577269.

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

Color convert

RGB 53 17 24 -
CMYK 0 0.68 0.55 0.79
HSL 348.33º 0.51% 0.14% -
HSV(B) 348.33º 0.68% 0.21% -
XYZ 1.83 1.22 1 -
YUV 28.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 53 17 24 0 0.68 0.55 0.79 348.33 0.51 0.14
Hex 35 11 18 0 44 37 4F 15C 33 E
Octal 65 21 30 0 104 67 117 534 63 16
Binary 110101 10001 11000 0 1000100 110111 1001111 101011100 110011 1110

Color Harmonies of #351118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351118

Black with #351118

Text Example


Text Example

White with #351118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351118; }

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

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

background-color css

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

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

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

border-color css

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

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

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