Html Css Color HEX #35020C Rustic Red

📋 copy color: '#35020C'

red 53 ◦ green 2 ◦ blue 12

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

Shades of Rustic Red #35020C

Tints of Rustic Red #35020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 17.91%

R = 79.1%
G = 2.99%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#35020C (or 0x35020C) is known color: Rustic Red. HEX triplet: 35, 02 and 0C. RGB value is (53,2,12). Sum of RGB (Red+Green+Blue) = 53+2+12=67 (8% of max value = 765). Red value is 53 (21.09% from 255 or 79.10% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 53 - color contains mainly: red. Hex color #35020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35020C is #CAFDF3. Grayscale: #121212. Windows color (decimal): -13303284 or 786997. OLE color: 786997.

HSL color Cylindrical-coordinate representation of color #35020C: hue angle of 348.24º 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 #35020C is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 2 12 -
CMYK 0 0.96 0.77 0.79
HSL 348.24º 0.93% 0.11% -
HSV(B) 348.24º 0.96% 0.21% -
XYZ 1.56 0.83 0.43 -
YUV 18.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 53 2 12 0 0.96 0.77 0.79 348.24 0.93 0.11
Hex 35 2 C 0 60 4D 4F 15C 5D B
Octal 65 2 14 0 140 115 117 534 135 13
Binary 110101 10 1100 0 1100000 1001101 1001111 101011100 1011101 1011

Color Harmonies of #35020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35020C

Black with #35020C

Text Example


Text Example

White with #35020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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