Html Css Color HEX #35010D Rustic Red

📋 copy color: '#35010D'

red 53 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #35010D

Tints of Rustic Red #35010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 19.4%

R = 79.1%
G = 1.49%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#35010D (or 0x35010D) is known color: Rustic Red. HEX triplet: 35, 01 and 0D. RGB value is (53,1,13). Sum of RGB (Red+Green+Blue) = 53+1+13=67 (8% of max value = 765). Red value is 53 (21.09% from 255 or 79.10% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 53 - color contains mainly: red. Hex color #35010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35010D is #CAFEF2. Grayscale: #111111. Windows color (decimal): -13303539 or 852277. OLE color: 852277.

HSL color Cylindrical-coordinate representation of color #35010D: hue angle of 346.15º 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 #35010D is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 1 13 -
CMYK 0 0.98 0.75 0.79
HSL 346.15º 0.96% 0.11% -
HSV(B) 346.15º 0.98% 0.21% -
XYZ 1.55 0.81 0.45 -
YUV 17.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 53 1 13 0 0.98 0.75 0.79 346.15 0.96 0.11
Hex 35 1 D 0 62 4B 4F 15A 60 B
Octal 65 1 15 0 142 113 117 532 140 13
Binary 110101 1 1101 0 1100010 1001011 1001111 101011010 1100000 1011

Color Harmonies of #35010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35010D

Black with #35010D

Text Example


Text Example

White with #35010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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