Html Css Color HEX #930500 Dark Red

📋 copy color: '#930500'

red 147 ◦ green 5 ◦ blue 0

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

Shades of Dark Red #930500

Tints of Dark Red #930500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

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

R = 96.71%
G = 3.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#930500 (or 0x930500) is known color: Dark Red. HEX triplet: 93, 05 and 00. RGB value is (147,5,0). Sum of RGB (Red+Green+Blue) = 147+5+0=152 (20% of max value = 765). Red value is 147 (57.81% from 255 or 96.71% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 147 - color contains mainly: red. Hex color #930500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930500 is #6CFAFF. Grayscale: #2F2F2F. Windows color (decimal): -7142144 or 1427. OLE color: 1427.

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

Color convert

RGB 147 5 0 -
CMYK 0 0.97 1 0.42
HSL 2.04º 1% 0.29% -
HSV(B) 2.04º 1% 0.58% -
XYZ 12.09 6.31 0.58 -
YUV 46.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 147 5 0 0 0.97 1 0.42 2.04 1 0.29
Hex 93 5 0 0 61 64 2A 2 64 1D
Octal 223 5 0 0 141 144 52 2 144 35
Binary 10010011 101 0 0 1100001 1100100 101010 10 1100100 11101

Color Harmonies of #930500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930500

Black with #930500

Text Example


Text Example

White with #930500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930500; }

 p { color: rgb(147,5,0); }

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

background-color css

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

 a { background-color: rgb(147,5,0); }

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

border-color css

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

 span { border-color: rgb(147,5,0); }

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