Html Css Color HEX #351213 Rustic Red

📋 copy color: '#351213'

red 53 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #351213

Tints of Rustic Red #351213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20%

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

R = 58.89%
G = 20%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#351213 (or 0x351213) is known color: Rustic Red. HEX triplet: 35, 12 and 13. RGB value is (53,18,19). Sum of RGB (Red+Green+Blue) = 53+18+19=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #351213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351213 is #CAEDEC. Grayscale: #1C1C1C. Windows color (decimal): -13299181 or 1249845. OLE color: 1249845.

HSL color Cylindrical-coordinate representation of color #351213: hue angle of 358.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #351213 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 18 19 -
CMYK 0 0.66 0.64 0.79
HSL 358.29º 0.49% 0.14% -
HSV(B) 358.29º 0.66% 0.21% -
XYZ 1.8 1.24 0.76 -
YUV 28.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 53 18 19 0 0.66 0.64 0.79 358.29 0.49 0.14
Hex 35 12 13 0 42 40 4F 166 31 E
Octal 65 22 23 0 102 100 117 546 61 16
Binary 110101 10010 10011 0 1000010 1000000 1001111 101100110 110001 1110

Color Harmonies of #351213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351213

Black with #351213

Text Example


Text Example

White with #351213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351213; }

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

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

background-color css

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

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

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

border-color css

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

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

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