Html Css Color HEX #350814 Rustic Red

📋 copy color: '#350814'

red 53 ◦ green 8 ◦ blue 20

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

Shades of Rustic Red #350814

Tints of Rustic Red #350814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.88%

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

R = 65.43%
G = 9.88%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#350814 (or 0x350814) is known color: Rustic Red. HEX triplet: 35, 08 and 14. RGB value is (53,8,20). Sum of RGB (Red+Green+Blue) = 53+8+20=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #350814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350814 is #CAF7EB. Grayscale: #161616. Windows color (decimal): -13301740 or 1312821. OLE color: 1312821.

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

Color convert

RGB 53 8 20 -
CMYK 0 0.85 0.62 0.79
HSL 344º 0.74% 0.12% -
HSV(B) 344º 0.85% 0.21% -
XYZ 1.68 0.98 0.76 -
YUV 22.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 53 8 20 0 0.85 0.62 0.79 344 0.74 0.12
Hex 35 8 14 0 55 3E 4F 158 4A C
Octal 65 10 24 0 125 76 117 530 112 14
Binary 110101 1000 10100 0 1010101 111110 1001111 101011000 1001010 1100

Color Harmonies of #350814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350814

Black with #350814

Text Example


Text Example

White with #350814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350814; }

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

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

background-color css

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

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

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

border-color css

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

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

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