Html Css Color HEX #940B06 Dark Red

📋 copy color: '#940B06'

red 148 ◦ green 11 ◦ blue 6

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

Shades of Dark Red #940B06

Tints of Dark Red #940B06

RGB

 RED value IS 148 (58.2% from 255) = 89.7%

 GREEN value IS 11 (4.69% from 255) = 6.67%

 BLUE value IS 6 (2.73% from 255) = 3.64%

R = 89.7%
G = 6.67%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#940B06 (or 0x940B06) is known color: Dark Red. HEX triplet: 94, 0B and 06. RGB value is (148,11,6). Sum of RGB (Red+Green+Blue) = 148+11+6=165 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.70% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 148 - color contains mainly: red. Hex color #940B06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940B06 is #6BF4F9. Grayscale: #333333. Windows color (decimal): -7075066 or 396180. OLE color: 396180.

HSL color Cylindrical-coordinate representation of color #940B06: hue angle of 2.11º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940B06 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 11 6 -
CMYK 0 0.93 0.96 0.42
HSL 2.11º 0.92% 0.3% -
HSV(B) 2.11º 0.96% 0.58% -
XYZ 12.37 6.55 0.78 -
YUV 51.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 148 11 6 0 0.93 0.96 0.42 2.11 0.92 0.3
Hex 94 B 6 0 5D 60 2A 2 5C 1E
Octal 224 13 6 0 135 140 52 2 134 36
Binary 10010100 1011 110 0 1011101 1100000 101010 10 1011100 11110

Color Harmonies of #940B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B06

Black with #940B06

Text Example


Text Example

White with #940B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940B06; }

 p { color: rgb(148,11,6); }

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

background-color css

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

 a { background-color: rgb(148,11,6); }

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

border-color css

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

 span { border-color: rgb(148,11,6); }

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