Html Css Color HEX #350E13 Rustic Red

📋 copy color: '#350E13'

red 53 ◦ green 14 ◦ blue 19

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

Shades of Rustic Red #350E13

Tints of Rustic Red #350E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.28%

 BLUE value IS 19 (7.81% from 255) = 22.09%

R = 61.63%
G = 16.28%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#350E13 (or 0x350E13) is known color: Rustic Red. HEX triplet: 35, 0E and 13. RGB value is (53,14,19). Sum of RGB (Red+Green+Blue) = 53+14+19=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #350E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E13 is #CAF1EC. Grayscale: #1A1A1A. Windows color (decimal): -13300205 or 1248821. OLE color: 1248821.

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

Color convert

RGB 53 14 19 -
CMYK 0 0.74 0.64 0.79
HSL 352.31º 0.58% 0.13% -
HSV(B) 352.31º 0.74% 0.21% -
XYZ 1.74 1.12 0.74 -
YUV 26.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 53 14 19 0 0.74 0.64 0.79 352.31 0.58 0.13
Hex 35 E 13 0 4A 40 4F 160 3A D
Octal 65 16 23 0 112 100 117 540 72 15
Binary 110101 1110 10011 0 1001010 1000000 1001111 101100000 111010 1101

Color Harmonies of #350E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E13

Black with #350E13

Text Example


Text Example

White with #350E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,14,19); }

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

background-color css

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

 a { background-color: rgb(53,14,19); }

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

border-color css

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

 span { border-color: rgb(53,14,19); }

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