Html Css Color HEX #930602 Dark Red

📋 copy color: '#930602'

red 147 ◦ green 6 ◦ blue 2

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

Shades of Dark Red #930602

Tints of Dark Red #930602

RGB

 RED value IS 147 (57.81% from 255) = 94.84%

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

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

R = 94.84%
G = 3.87%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#930602 (or 0x930602) is known color: Dark Red. HEX triplet: 93, 06 and 02. RGB value is (147,6,2). Sum of RGB (Red+Green+Blue) = 147+6+2=155 (20% of max value = 765). Red value is 147 (57.81% from 255 or 94.84% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 147 - color contains mainly: red. Hex color #930602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930602 is #6CF9FD. Grayscale: #2F2F2F. Windows color (decimal): -7141886 or 132755. OLE color: 132755.

HSL color Cylindrical-coordinate representation of color #930602: hue angle of 1.66º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930602 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 6 2 -
CMYK 0 0.96 0.99 0.42
HSL 1.66º 0.97% 0.29% -
HSV(B) 1.66º 0.99% 0.58% -
XYZ 12.11 6.34 0.64 -
YUV 47.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 147 6 2 0 0.96 0.99 0.42 1.66 0.97 0.29
Hex 93 6 2 0 60 63 2A 2 61 1D
Octal 223 6 2 0 140 143 52 2 141 35
Binary 10010011 110 10 0 1100000 1100011 101010 10 1100001 11101

Color Harmonies of #930602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930602

Black with #930602

Text Example


Text Example

White with #930602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930602; }

 p { color: rgb(147,6,2); }

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

background-color css

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

 a { background-color: rgb(147,6,2); }

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

border-color css

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

 span { border-color: rgb(147,6,2); }

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