Html Css Color HEX #350B0E Rustic Red

📋 copy color: '#350B0E'

red 53 ◦ green 11 ◦ blue 14

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

Shades of Rustic Red #350B0E

Tints of Rustic Red #350B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.1%

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

R = 67.95%
G = 14.1%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#350B0E (or 0x350B0E) is known color: Rustic Red. HEX triplet: 35, 0B and 0E. RGB value is (53,11,14). Sum of RGB (Red+Green+Blue) = 53+11+14=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #350B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350B0E is #CAF4F1. Grayscale: #171717. Windows color (decimal): -13300978 or 920373. OLE color: 920373.

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

Color convert

RGB 53 11 14 -
CMYK 0 0.79 0.74 0.79
HSL 355.71º 0.66% 0.13% -
HSV(B) 355.71º 0.79% 0.21% -
XYZ 1.67 1.03 0.53 -
YUV 23.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 53 11 14 0 0.79 0.74 0.79 355.71 0.66 0.13
Hex 35 B E 0 4F 4A 4F 164 42 D
Octal 65 13 16 0 117 112 117 544 102 15
Binary 110101 1011 1110 0 1001111 1001010 1001111 101100100 1000010 1101

Color Harmonies of #350B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B0E

Black with #350B0E

Text Example


Text Example

White with #350B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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