Html Css Color HEX #310002 Rustic Red

📋 copy color: '#310002'

red 49 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #310002

Tints of Rustic Red #310002

RGB

 RED value IS 49 (19.53% from 255) = 96.08%

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

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

R = 96.08%
G = 0%
B = 3.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#310002 (or 0x310002) is known color: Rustic Red. HEX triplet: 31, 00 and 02. RGB value is (49,0,2). Sum of RGB (Red+Green+Blue) = 49+0+2=51 (6% of max value = 765). Red value is 49 (19.53% from 255 or 96.08% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 49 - color contains mainly: red. Hex color #310002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310002 is #CEFFFD. Grayscale: #0E0E0E. Windows color (decimal): -13565950 or 131121. OLE color: 131121.

HSL color Cylindrical-coordinate representation of color #310002: hue angle of 357.55º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310002 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 0 2 -
CMYK 0 1 0.96 0.81
HSL 357.55º 1% 0.1% -
HSV(B) 357.55º 1% 0.19% -
XYZ 1.28 0.66 0.12 -
YUV 14.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 49 0 2 0 1 0.96 0.81 357.55 1 0.1
Hex 31 0 2 0 64 60 51 166 64 A
Octal 61 0 2 0 144 140 121 546 144 12
Binary 110001 0 10 0 1100100 1100000 1010001 101100110 1100100 1010

Color Harmonies of #310002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310002

Black with #310002

Text Example


Text Example

White with #310002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310002; }

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

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

background-color css

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

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

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

border-color css

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

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

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