Html Css Color HEX #350615 Rustic Red

📋 copy color: '#350615'

red 53 ◦ green 6 ◦ blue 21

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

Shades of Rustic Red #350615

Tints of Rustic Red #350615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.5%

 BLUE value IS 21 (8.59% from 255) = 26.25%

R = 66.25%
G = 7.5%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#350615 (or 0x350615) is known color: Rustic Red. HEX triplet: 35, 06 and 15. RGB value is (53,6,21). Sum of RGB (Red+Green+Blue) = 53+6+21=80 (10% of max value = 765). Red value is 53 (21.09% from 255 or 66.25% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 53 - color contains mainly: red. Hex color #350615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350615 is #CAF9EA. Grayscale: #151515. Windows color (decimal): -13302251 or 1377845. OLE color: 1377845.

HSL color Cylindrical-coordinate representation of color #350615: hue angle of 340.85º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350615 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 6 21 -
CMYK 0 0.89 0.60 0.79
HSL 340.85º 0.8% 0.12% -
HSV(B) 340.85º 0.89% 0.21% -
XYZ 1.67 0.94 0.8 -
YUV 21.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 53 6 21 0 0.89 0.60 0.79 340.85 0.8 0.12
Hex 35 6 15 0 59 3C 4F 155 50 C
Octal 65 6 25 0 131 74 117 525 120 14
Binary 110101 110 10101 0 1011001 111100 1001111 101010101 1010000 1100

Color Harmonies of #350615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350615

Black with #350615

Text Example


Text Example

White with #350615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350615; }

 p { color: rgb(53,6,21); }

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

background-color css

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

 a { background-color: rgb(53,6,21); }

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

border-color css

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

 span { border-color: rgb(53,6,21); }

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