Html Css Color HEX #46010D Rustic Red

📋 copy color: '#46010D'

red 70 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #46010D

Tints of Rustic Red #46010D

RGB

 RED value IS 70 (27.73% from 255) = 83.33%

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

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

R = 83.33%
G = 1.19%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#46010D (or 0x46010D) is known color: Rustic Red. HEX triplet: 46, 01 and 0D. RGB value is (70,1,13). Sum of RGB (Red+Green+Blue) = 70+1+13=84 (11% of max value = 765). Red value is 70 (27.73% from 255 or 83.33% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 70 - color contains mainly: red. Hex color #46010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46010D is #B9FEF2. Grayscale: #171717. Windows color (decimal): -12189427 or 852294. OLE color: 852294.

HSL color Cylindrical-coordinate representation of color #46010D: hue angle of 349.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46010D is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 1 13 -
CMYK 0 0.99 0.81 0.73
HSL 349.57º 0.97% 0.14% -
HSV(B) 349.57º 0.99% 0.27% -
XYZ 2.61 1.35 0.5 -
YUV 23 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 70 1 13 0 0.99 0.81 0.73 349.57 0.97 0.14
Hex 46 1 D 0 63 51 49 15E 61 E
Octal 106 1 15 0 143 121 111 536 141 16
Binary 1000110 1 1101 0 1100011 1010001 1001001 101011110 1100001 1110

Color Harmonies of #46010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46010D

Black with #46010D

Text Example


Text Example

White with #46010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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