Html Css Color HEX #980C05 Dark Red

📋 copy color: '#980C05'

red 152 ◦ green 12 ◦ blue 5

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

Shades of Dark Red #980C05

Tints of Dark Red #980C05

RGB

 RED value IS 152 (59.77% from 255) = 89.94%

 GREEN value IS 12 (5.08% from 255) = 7.1%

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

R = 89.94%
G = 7.1%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#980C05 (or 0x980C05) is known color: Dark Red. HEX triplet: 98, 0C and 05. RGB value is (152,12,5). Sum of RGB (Red+Green+Blue) = 152+12+5=169 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.94% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 152 - color contains mainly: red. Hex color #980C05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980C05 is #67F3FA. Grayscale: #353535. Windows color (decimal): -6812667 or 330904. OLE color: 330904.

HSL color Cylindrical-coordinate representation of color #980C05: hue angle of 2.86º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980C05 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 12 5 -
CMYK 0 0.92 0.97 0.40
HSL 2.86º 0.94% 0.31% -
HSV(B) 2.86º 0.97% 0.6% -
XYZ 13.11 6.95 0.79 -
YUV 53.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 152 12 5 0 0.92 0.97 0.40 2.86 0.94 0.31
Hex 98 C 5 0 5C 61 28 3 5E 1F
Octal 230 14 5 0 134 141 50 3 136 37
Binary 10011000 1100 101 0 1011100 1100001 101000 11 1011110 11111

Color Harmonies of #980C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980C05

Black with #980C05

Text Example


Text Example

White with #980C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980C05; }

 p { color: rgb(152,12,5); }

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

background-color css

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

 a { background-color: rgb(152,12,5); }

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

border-color css

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

 span { border-color: rgb(152,12,5); }

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