Html Css Color HEX #35010E Rustic Red

📋 copy color: '#35010E'

red 53 ◦ green 1 ◦ blue 14

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

Shades of Rustic Red #35010E

Tints of Rustic Red #35010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.47%

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

R = 77.94%
G = 1.47%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#35010E (or 0x35010E) is known color: Rustic Red. HEX triplet: 35, 01 and 0E. RGB value is (53,1,14). Sum of RGB (Red+Green+Blue) = 53+1+14=68 (9% of max value = 765). Red value is 53 (21.09% from 255 or 77.94% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 53 - color contains mainly: red. Hex color #35010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35010E is #CAFEF1. Grayscale: #121212. Windows color (decimal): -13303538 or 917813. OLE color: 917813.

HSL color Cylindrical-coordinate representation of color #35010E: hue angle of 345º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35010E is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 1 14 -
CMYK 0 0.98 0.74 0.79
HSL 345º 0.96% 0.11% -
HSV(B) 345º 0.98% 0.21% -
XYZ 1.56 0.81 0.49 -
YUV 18.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 53 1 14 0 0.98 0.74 0.79 345 0.96 0.11
Hex 35 1 E 0 62 4A 4F 159 60 B
Octal 65 1 16 0 142 112 117 531 140 13
Binary 110101 1 1110 0 1100010 1001010 1001111 101011001 1100000 1011

Color Harmonies of #35010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35010E

Black with #35010E

Text Example


Text Example

White with #35010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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