Html Css Color HEX #351D1E Rustic Red

📋 copy color: '#351D1E'

red 53 ◦ green 29 ◦ blue 30

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

Shades of Rustic Red #351D1E

Tints of Rustic Red #351D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.89%

 BLUE value IS 30 (12.11% from 255) = 26.79%

R = 47.32%
G = 25.89%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#351D1E (or 0x351D1E) is known color: Rustic Red. HEX triplet: 35, 1D and 1E. RGB value is (53,29,30). Sum of RGB (Red+Green+Blue) = 53+29+30=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #351D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D1E is #CAE2E1. Grayscale: #242424. Windows color (decimal): -13296354 or 1973557. OLE color: 1973557.

HSL color Cylindrical-coordinate representation of color #351D1E: hue angle of 357.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #351D1E is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 29 30 -
CMYK 0 0.45 0.43 0.79
HSL 357.5º 0.29% 0.16% -
HSV(B) 357.5º 0.45% 0.21% -
XYZ 2.14 1.73 1.45 -
YUV 36.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 53 29 30 0 0.45 0.43 0.79 357.5 0.29 0.16
Hex 35 1D 1E 0 2D 2B 4F 166 1D 10
Octal 65 35 36 0 55 53 117 546 35 20
Binary 110101 11101 11110 0 101101 101011 1001111 101100110 11101 10000

Color Harmonies of #351D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D1E

Black with #351D1E

Text Example


Text Example

White with #351D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351D1E; }

 p { color: rgb(53,29,30); }

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

background-color css

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

 a { background-color: rgb(53,29,30); }

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

border-color css

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

 span { border-color: rgb(53,29,30); }

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