Html Css Color HEX #350C0E Rustic Red

📋 copy color: '#350C0E'

red 53 ◦ green 12 ◦ blue 14

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

Shades of Rustic Red #350C0E

Tints of Rustic Red #350C0E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 15.19%

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

R = 67.09%
G = 15.19%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#350C0E (or 0x350C0E) is known color: Rustic Red. HEX triplet: 35, 0C and 0E. RGB value is (53,12,14). Sum of RGB (Red+Green+Blue) = 53+12+14=79 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.09% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 53 - color contains mainly: red. Hex color #350C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C0E is #CAF3F1. Grayscale: #181818. Windows color (decimal): -13300722 or 920629. OLE color: 920629.

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

Color convert

RGB 53 12 14 -
CMYK 0 0.77 0.74 0.79
HSL 357.07º 0.63% 0.13% -
HSV(B) 357.07º 0.77% 0.21% -
XYZ 1.68 1.05 0.53 -
YUV 24.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 53 12 14 0 0.77 0.74 0.79 357.07 0.63 0.13
Hex 35 C E 0 4D 4A 4F 165 3F D
Octal 65 14 16 0 115 112 117 545 77 15
Binary 110101 1100 1110 0 1001101 1001010 1001111 101100101 111111 1101

Color Harmonies of #350C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350C0E

Black with #350C0E

Text Example


Text Example

White with #350C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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