Html Css Color HEX #350A0E Rustic Red

📋 copy color: '#350A0E'

red 53 ◦ green 10 ◦ blue 14

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

Shades of Rustic Red #350A0E

Tints of Rustic Red #350A0E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.99%

 BLUE value IS 14 (5.86% from 255) = 18.18%

R = 68.83%
G = 12.99%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#350A0E (or 0x350A0E) is known color: Rustic Red. HEX triplet: 35, 0A and 0E. RGB value is (53,10,14). Sum of RGB (Red+Green+Blue) = 53+10+14=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #350A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350A0E is #CAF5F1. Grayscale: #171717. Windows color (decimal): -13301234 or 920117. OLE color: 920117.

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

Color convert

RGB 53 10 14 -
CMYK 0 0.81 0.74 0.79
HSL 354.42º 0.68% 0.12% -
HSV(B) 354.42º 0.81% 0.21% -
XYZ 1.66 1.01 0.52 -
YUV 23.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 53 10 14 0 0.81 0.74 0.79 354.42 0.68 0.12
Hex 35 A E 0 51 4A 4F 162 44 C
Octal 65 12 16 0 121 112 117 542 104 14
Binary 110101 1010 1110 0 1010001 1001010 1001111 101100010 1000100 1100

Color Harmonies of #350A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350A0E

Black with #350A0E

Text Example


Text Example

White with #350A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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