Html Css Color HEX #351819 Rustic Red

📋 copy color: '#351819'

red 53 ◦ green 24 ◦ blue 25

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

Shades of Rustic Red #351819

Tints of Rustic Red #351819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.53%

 BLUE value IS 25 (10.16% from 255) = 24.51%

R = 51.96%
G = 23.53%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#351819 (or 0x351819) is known color: Rustic Red. HEX triplet: 35, 18 and 19. RGB value is (53,24,25). Sum of RGB (Red+Green+Blue) = 53+24+25=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #351819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351819 is #CAE7E6. Grayscale: #202020. Windows color (decimal): -13297639 or 1644597. OLE color: 1644597.

HSL color Cylindrical-coordinate representation of color #351819: hue angle of 357.93º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #351819 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 24 25 -
CMYK 0 0.55 0.53 0.79
HSL 357.93º 0.38% 0.15% -
HSV(B) 357.93º 0.55% 0.21% -
XYZ 1.97 1.48 1.1 -
YUV 32.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 53 24 25 0 0.55 0.53 0.79 357.93 0.38 0.15
Hex 35 18 19 0 37 35 4F 166 26 F
Octal 65 30 31 0 67 65 117 546 46 17
Binary 110101 11000 11001 0 110111 110101 1001111 101100110 100110 1111

Color Harmonies of #351819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351819

Black with #351819

Text Example


Text Example

White with #351819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351819; }

 p { color: rgb(53,24,25); }

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

background-color css

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

 a { background-color: rgb(53,24,25); }

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

border-color css

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

 span { border-color: rgb(53,24,25); }

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