Html Css Color HEX #350914 Rustic Red

📋 copy color: '#350914'

red 53 ◦ green 9 ◦ blue 20

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

Shades of Rustic Red #350914

Tints of Rustic Red #350914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 24.39%

R = 64.63%
G = 10.98%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#350914 (or 0x350914) is known color: Rustic Red. HEX triplet: 35, 09 and 14. RGB value is (53,9,20). Sum of RGB (Red+Green+Blue) = 53+9+20=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #350914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350914 is #CAF6EB. Grayscale: #171717. Windows color (decimal): -13301484 or 1313077. OLE color: 1313077.

HSL color Cylindrical-coordinate representation of color #350914: hue angle of 345º 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 #350914 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 9 20 -
CMYK 0 0.83 0.62 0.79
HSL 345º 0.71% 0.12% -
HSV(B) 345º 0.83% 0.21% -
XYZ 1.69 1 0.77 -
YUV 23.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 53 9 20 0 0.83 0.62 0.79 345 0.71 0.12
Hex 35 9 14 0 53 3E 4F 159 47 C
Octal 65 11 24 0 123 76 117 531 107 14
Binary 110101 1001 10100 0 1010011 111110 1001111 101011001 1000111 1100

Color Harmonies of #350914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350914

Black with #350914

Text Example


Text Example

White with #350914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350914; }

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

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

background-color css

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

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

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

border-color css

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

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

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