Html Css Color HEX #46000C Rustic Red

📋 copy color: '#46000C'

red 70 ◦ green 0 ◦ blue 12

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

Shades of Rustic Red #46000C

Tints of Rustic Red #46000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.37%
G = 0%
B = 14.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#46000C (or 0x46000C) is known color: Rustic Red. HEX triplet: 46, 00 and 0C. RGB value is (70,0,12). Sum of RGB (Red+Green+Blue) = 70+0+12=82 (10% of max value = 765). Red value is 70 (27.73% from 255 or 85.37% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 70 - color contains mainly: red. Hex color #46000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46000C is #B9FFF3. Grayscale: #161616. Windows color (decimal): -12189684 or 786502. OLE color: 786502.

HSL color Cylindrical-coordinate representation of color #46000C: hue angle of 349.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46000C is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 0 12 -
CMYK 0 1 0.83 0.73
HSL 349.71º 1% 0.14% -
HSV(B) 349.71º 1% 0.27% -
XYZ 2.59 1.33 0.47 -
YUV 22.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 70 0 12 0 1 0.83 0.73 349.71 1 0.14
Hex 46 0 C 0 64 53 49 15E 64 E
Octal 106 0 14 0 144 123 111 536 144 16
Binary 1000110 0 1100 0 1100100 1010011 1001001 101011110 1100100 1110

Color Harmonies of #46000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46000C

Black with #46000C

Text Example


Text Example

White with #46000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,0,12); }

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

background-color css

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

 a { background-color: rgb(70,0,12); }

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

border-color css

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

 span { border-color: rgb(70,0,12); }

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