Html Css Color HEX #461213 Rustic Red

📋 copy color: '#461213'

red 70 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #461213

Tints of Rustic Red #461213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.82%

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 65.42%
G = 16.82%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#461213 (or 0x461213) is known color: Rustic Red. HEX triplet: 46, 12 and 13. RGB value is (70,18,19). Sum of RGB (Red+Green+Blue) = 70+18+19=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #461213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461213 is #B9EDEC. Grayscale: #212121. Windows color (decimal): -12185069 or 1249862. OLE color: 1249862.

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

Color convert

RGB 70 18 19 -
CMYK 0 0.74 0.73 0.73
HSL 358.85º 0.59% 0.17% -
HSV(B) 358.85º 0.74% 0.27% -
XYZ 2.86 1.78 0.81 -
YUV 33.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 70 18 19 0 0.74 0.73 0.73 358.85 0.59 0.17
Hex 46 12 13 0 4A 49 49 167 3B 11
Octal 106 22 23 0 112 111 111 547 73 21
Binary 1000110 10010 10011 0 1001010 1001001 1001001 101100111 111011 10001

Color Harmonies of #461213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461213

Black with #461213

Text Example


Text Example

White with #461213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461213; }

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

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

background-color css

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

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

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

border-color css

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

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

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