Html Css Color HEX #350815 Rustic Red

📋 copy color: '#350815'

red 53 ◦ green 8 ◦ blue 21

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

Shades of Rustic Red #350815

Tints of Rustic Red #350815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.76%

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

R = 64.63%
G = 9.76%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#350815 (or 0x350815) is known color: Rustic Red. HEX triplet: 35, 08 and 15. RGB value is (53,8,21). Sum of RGB (Red+Green+Blue) = 53+8+21=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #350815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350815 is #CAF7EA. Grayscale: #161616. Windows color (decimal): -13301739 or 1378357. OLE color: 1378357.

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

Color convert

RGB 53 8 21 -
CMYK 0 0.85 0.60 0.79
HSL 342.67º 0.74% 0.12% -
HSV(B) 342.67º 0.85% 0.21% -
XYZ 1.69 0.98 0.81 -
YUV 22.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 53 8 21 0 0.85 0.60 0.79 342.67 0.74 0.12
Hex 35 8 15 0 55 3C 4F 157 4A C
Octal 65 10 25 0 125 74 117 527 112 14
Binary 110101 1000 10101 0 1010101 111100 1001111 101010111 1001010 1100

Color Harmonies of #350815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350815

Black with #350815

Text Example


Text Example

White with #350815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350815; }

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

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

background-color css

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

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

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

border-color css

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

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

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