Html Css Color HEX #350D11 Rustic Red

📋 copy color: '#350D11'

red 53 ◦ green 13 ◦ blue 17

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

Shades of Rustic Red #350D11

Tints of Rustic Red #350D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.66%

 BLUE value IS 17 (7.03% from 255) = 20.48%

R = 63.86%
G = 15.66%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#350D11 (or 0x350D11) is known color: Rustic Red. HEX triplet: 35, 0D and 11. RGB value is (53,13,17). Sum of RGB (Red+Green+Blue) = 53+13+17=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #350D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D11 is #CAF2EE. Grayscale: #191919. Windows color (decimal): -13300463 or 1117493. OLE color: 1117493.

HSL color Cylindrical-coordinate representation of color #350D11: hue angle of 354º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350D11 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 13 17 -
CMYK 0 0.75 0.68 0.79
HSL 354º 0.61% 0.13% -
HSV(B) 354º 0.75% 0.21% -
XYZ 1.71 1.09 0.65 -
YUV 25.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 53 13 17 0 0.75 0.68 0.79 354 0.61 0.13
Hex 35 D 11 0 4B 44 4F 162 3D D
Octal 65 15 21 0 113 104 117 542 75 15
Binary 110101 1101 10001 0 1001011 1000100 1001111 101100010 111101 1101

Color Harmonies of #350D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350D11

Black with #350D11

Text Example


Text Example

White with #350D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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