Html Css Color HEX #351C1D Rustic Red

📋 copy color: '#351C1D'

red 53 ◦ green 28 ◦ blue 29

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

Shades of Rustic Red #351C1D

Tints of Rustic Red #351C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.45%

 BLUE value IS 29 (11.72% from 255) = 26.36%

R = 48.18%
G = 25.45%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.79

RGB Variations

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

Color information

#351C1D (or 0x351C1D) is known color: Rustic Red. HEX triplet: 35, 1C and 1D. RGB value is (53,28,29). Sum of RGB (Red+Green+Blue) = 53+28+29=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #351C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C1D is #CAE3E2. Grayscale: #232323. Windows color (decimal): -13296611 or 1907765. OLE color: 1907765.

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

Color convert

RGB 53 28 29 -
CMYK 0 0.47 0.45 0.79
HSL 357.6º 0.31% 0.16% -
HSV(B) 357.6º 0.47% 0.21% -
XYZ 2.11 1.68 1.37 -
YUV 35.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 53 28 29 0 0.47 0.45 0.79 357.6 0.31 0.16
Hex 35 1C 1D 0 2F 2D 4F 166 1F 10
Octal 65 34 35 0 57 55 117 546 37 20
Binary 110101 11100 11101 0 101111 101101 1001111 101100110 11111 10000

Color Harmonies of #351C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C1D

Black with #351C1D

Text Example


Text Example

White with #351C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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