Html Css Color HEX #351419 Rustic Red

📋 copy color: '#351419'

red 53 ◦ green 20 ◦ blue 25

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

Shades of Rustic Red #351419

Tints of Rustic Red #351419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.41%

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

R = 54.08%
G = 20.41%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#351419 (or 0x351419) is known color: Rustic Red. HEX triplet: 35, 14 and 19. RGB value is (53,20,25). Sum of RGB (Red+Green+Blue) = 53+20+25=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #351419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351419 is #CAEBE6. Grayscale: #1E1E1E. Windows color (decimal): -13298663 or 1643573. OLE color: 1643573.

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

Color convert

RGB 53 20 25 -
CMYK 0 0.62 0.53 0.79
HSL 350.91º 0.45% 0.14% -
HSV(B) 350.91º 0.62% 0.21% -
XYZ 1.89 1.33 1.08 -
YUV 30.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 53 20 25 0 0.62 0.53 0.79 350.91 0.45 0.14
Hex 35 14 19 0 3E 35 4F 15F 2D E
Octal 65 24 31 0 76 65 117 537 55 16
Binary 110101 10100 11001 0 111110 110101 1001111 101011111 101101 1110

Color Harmonies of #351419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351419

Black with #351419

Text Example


Text Example

White with #351419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351419; }

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

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

background-color css

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

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

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

border-color css

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

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

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