Html Css Color HEX #35020E Rustic Red

📋 copy color: '#35020E'

red 53 ◦ green 2 ◦ blue 14

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

Shades of Rustic Red #35020E

Tints of Rustic Red #35020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.9%

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

R = 76.81%
G = 2.9%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#35020E (or 0x35020E) is known color: Rustic Red. HEX triplet: 35, 02 and 0E. RGB value is (53,2,14). Sum of RGB (Red+Green+Blue) = 53+2+14=69 (9% of max value = 765). Red value is 53 (21.09% from 255 or 76.81% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 53 - color contains mainly: red. Hex color #35020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35020E is #CAFDF1. Grayscale: #121212. Windows color (decimal): -13303282 or 918069. OLE color: 918069.

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

Color convert

RGB 53 2 14 -
CMYK 0 0.96 0.74 0.79
HSL 345.88º 0.93% 0.11% -
HSV(B) 345.88º 0.96% 0.21% -
XYZ 1.57 0.83 0.49 -
YUV 18.62 125.4 152.52 -
System Red Green Blue C M Y K H S L
Decimal 53 2 14 0 0.96 0.74 0.79 345.88 0.93 0.11
Hex 35 2 E 0 60 4A 4F 15A 5D B
Octal 65 2 16 0 140 112 117 532 135 13
Binary 110101 10 1110 0 1100000 1001010 1001111 101011010 1011101 1011

Color Harmonies of #35020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35020E

Black with #35020E

Text Example


Text Example

White with #35020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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