Html Css Color HEX #930A01 Dark Red

📋 copy color: '#930A01'

red 147 ◦ green 10 ◦ blue 1

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

Shades of Dark Red #930A01

Tints of Dark Red #930A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.33%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 93.04%
G = 6.33%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#930A01 (or 0x930A01) is known color: Dark Red. HEX triplet: 93, 0A and 01. RGB value is (147,10,1). Sum of RGB (Red+Green+Blue) = 147+10+1=158 (20% of max value = 765). Red value is 147 (57.81% from 255 or 93.04% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 147 - color contains mainly: red. Hex color #930A01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930A01 is #6CF5FE. Grayscale: #323232. Windows color (decimal): -7140863 or 68243. OLE color: 68243.

HSL color Cylindrical-coordinate representation of color #930A01: hue angle of 3.7º degrees, saturation: 0.99, 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 #930A01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 10 1 -
CMYK 0 0.93 0.99 0.42
HSL 3.7º 0.99% 0.29% -
HSV(B) 3.7º 0.99% 0.58% -
XYZ 12.15 6.42 0.63 -
YUV 49.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 147 10 1 0 0.93 0.99 0.42 3.7 0.99 0.29
Hex 93 A 1 0 5D 63 2A 4 63 1D
Octal 223 12 1 0 135 143 52 4 143 35
Binary 10010011 1010 1 0 1011101 1100011 101010 100 1100011 11101

Color Harmonies of #930A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930A01

Black with #930A01

Text Example


Text Example

White with #930A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930A01; }

 p { color: rgb(147,10,1); }

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

background-color css

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

 a { background-color: rgb(147,10,1); }

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

border-color css

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

 span { border-color: rgb(147,10,1); }

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