Html Css Color HEX #460002 Rustic Red

📋 copy color: '#460002'

red 70 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #460002

Tints of Rustic Red #460002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.78%

R = 97.22%
G = 0%
B = 2.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#460002 (or 0x460002) is known color: Rustic Red. HEX triplet: 46, 00 and 02. RGB value is (70,0,2). Sum of RGB (Red+Green+Blue) = 70+0+2=72 (9% of max value = 765). Red value is 70 (27.73% from 255 or 97.22% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 70 - color contains mainly: red. Hex color #460002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460002 is #B9FFFD. Grayscale: #151515. Windows color (decimal): -12189694 or 131142. OLE color: 131142.

HSL color Cylindrical-coordinate representation of color #460002: hue angle of 358.29º 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 #460002 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 0 2 -
CMYK 0 1 0.97 0.73
HSL 358.29º 1% 0.14% -
HSV(B) 358.29º 1% 0.27% -
XYZ 2.54 1.31 0.18 -
YUV 21.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 70 0 2 0 1 0.97 0.73 358.29 1 0.14
Hex 46 0 2 0 64 61 49 166 64 E
Octal 106 0 2 0 144 141 111 546 144 16
Binary 1000110 0 10 0 1100100 1100001 1001001 101100110 1100100 1110

Color Harmonies of #460002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460002

Black with #460002

Text Example


Text Example

White with #460002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460002; }

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

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

background-color css

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

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

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

border-color css

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

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

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