Html Css Color HEX #460612 Rustic Red

📋 copy color: '#460612'

red 70 ◦ green 6 ◦ blue 18

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

Shades of Rustic Red #460612

Tints of Rustic Red #460612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.38%

 BLUE value IS 18 (7.42% from 255) = 19.15%

R = 74.47%
G = 6.38%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#460612 (or 0x460612) is known color: Rustic Red. HEX triplet: 46, 06 and 12. RGB value is (70,6,18). Sum of RGB (Red+Green+Blue) = 70+6+18=94 (12% of max value = 765). Red value is 70 (27.73% from 255 or 74.47% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 70 - color contains mainly: red. Hex color #460612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460612 is #B9F9ED. Grayscale: #1A1A1A. Windows color (decimal): -12188142 or 1181254. OLE color: 1181254.

HSL color Cylindrical-coordinate representation of color #460612: hue angle of 348.75º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460612 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 6 18 -
CMYK 0 0.91 0.74 0.73
HSL 348.75º 0.84% 0.15% -
HSV(B) 348.75º 0.91% 0.27% -
XYZ 2.7 1.48 0.71 -
YUV 26.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 70 6 18 0 0.91 0.74 0.73 348.75 0.84 0.15
Hex 46 6 12 0 5B 4A 49 15D 54 F
Octal 106 6 22 0 133 112 111 535 124 17
Binary 1000110 110 10010 0 1011011 1001010 1001001 101011101 1010100 1111

Color Harmonies of #460612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460612

Black with #460612

Text Example


Text Example

White with #460612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460612; }

 p { color: rgb(70,6,18); }

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

background-color css

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

 a { background-color: rgb(70,6,18); }

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

border-color css

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

 span { border-color: rgb(70,6,18); }

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