Html Css Color HEX #350915 Rustic Red

📋 copy color: '#350915'

red 53 ◦ green 9 ◦ blue 21

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

Shades of Rustic Red #350915

Tints of Rustic Red #350915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.84%

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

R = 63.86%
G = 10.84%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#350915 (or 0x350915) is known color: Rustic Red. HEX triplet: 35, 09 and 15. RGB value is (53,9,21). Sum of RGB (Red+Green+Blue) = 53+9+21=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #350915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350915 is #CAF6EA. Grayscale: #171717. Windows color (decimal): -13301483 or 1378613. OLE color: 1378613.

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

Color convert

RGB 53 9 21 -
CMYK 0 0.83 0.60 0.79
HSL 343.64º 0.71% 0.12% -
HSV(B) 343.64º 0.83% 0.21% -
XYZ 1.7 1.01 0.81 -
YUV 23.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 53 9 21 0 0.83 0.60 0.79 343.64 0.71 0.12
Hex 35 9 15 0 53 3C 4F 158 47 C
Octal 65 11 25 0 123 74 117 530 107 14
Binary 110101 1001 10101 0 1010011 111100 1001111 101011000 1000111 1100

Color Harmonies of #350915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350915

Black with #350915

Text Example


Text Example

White with #350915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350915; }

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

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

background-color css

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

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

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

border-color css

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

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

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