Html Css Color HEX #940B05 Dark Red

📋 copy color: '#940B05'

red 148 ◦ green 11 ◦ blue 5

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

Shades of Dark Red #940B05

Tints of Dark Red #940B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.05%

R = 90.24%
G = 6.71%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#940B05 (or 0x940B05) is known color: Dark Red. HEX triplet: 94, 0B and 05. RGB value is (148,11,5). Sum of RGB (Red+Green+Blue) = 148+11+5=164 (21% of max value = 765). Red value is 148 (58.20% from 255 or 90.24% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 148 - color contains mainly: red. Hex color #940B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940B05 is #6BF4FA. Grayscale: #333333. Windows color (decimal): -7075067 or 330644. OLE color: 330644.

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

Color convert

RGB 148 11 5 -
CMYK 0 0.93 0.97 0.42
HSL 2.52º 0.93% 0.3% -
HSV(B) 2.52º 0.97% 0.58% -
XYZ 12.36 6.55 0.76 -
YUV 51.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 148 11 5 0 0.93 0.97 0.42 2.52 0.93 0.3
Hex 94 B 5 0 5D 61 2A 3 5D 1E
Octal 224 13 5 0 135 141 52 3 135 36
Binary 10010100 1011 101 0 1011101 1100001 101010 11 1011101 11110

Color Harmonies of #940B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B05

Black with #940B05

Text Example


Text Example

White with #940B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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