Html Css Color HEX #940A08 Dark Red

📋 copy color: '#940A08'

red 148 ◦ green 10 ◦ blue 8

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

Shades of Dark Red #940A08

Tints of Dark Red #940A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.82%

R = 89.16%
G = 6.02%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#940A08 (or 0x940A08) is known color: Dark Red. HEX triplet: 94, 0A and 08. RGB value is (148,10,8). Sum of RGB (Red+Green+Blue) = 148+10+8=166 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.16% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 148 - color contains mainly: red. Hex color #940A08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940A08 is #6BF5F7. Grayscale: #333333. Windows color (decimal): -7075320 or 526996. OLE color: 526996.

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

Color convert

RGB 148 10 8 -
CMYK 0 0.93 0.95 0.42
HSL 0.86º 0.9% 0.31% -
HSV(B) 0.86º 0.95% 0.58% -
XYZ 12.37 6.53 0.84 -
YUV 51.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 148 10 8 0 0.93 0.95 0.42 0.86 0.9 0.31
Hex 94 A 8 0 5D 5F 2A 1 5A 1F
Octal 224 12 10 0 135 137 52 1 132 37
Binary 10010100 1010 1000 0 1011101 1011111 101010 1 1011010 11111

Color Harmonies of #940A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940A08

Black with #940A08

Text Example


Text Example

White with #940A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,10,8); }

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

background-color css

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

 a { background-color: rgb(148,10,8); }

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

border-color css

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

 span { border-color: rgb(148,10,8); }

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