Html Css Color HEX #980C02 Dark Red

📋 copy color: '#980C02'

red 152 ◦ green 12 ◦ blue 2

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

Shades of Dark Red #980C02

Tints of Dark Red #980C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 91.57%
G = 7.23%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#980C02 (or 0x980C02) is known color: Dark Red. HEX triplet: 98, 0C and 02. RGB value is (152,12,2). Sum of RGB (Red+Green+Blue) = 152+12+2=166 (21% of max value = 765). Red value is 152 (59.77% from 255 or 91.57% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 152 - color contains mainly: red. Hex color #980C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980C02 is #67F3FD. Grayscale: #343434. Windows color (decimal): -6812670 or 134296. OLE color: 134296.

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

Color convert

RGB 152 12 2 -
CMYK 0 0.92 0.99 0.40
HSL 0.97% 0.3% -
HSV(B) 0.99% 0.6% -
XYZ 13.09 6.94 0.71 -
YUV 52.72 99.38 198.81 -
System Red Green Blue C M Y K H S L
Decimal 152 12 2 0 0.92 0.99 0.40 4 0.97 0.3
Hex 98 C 2 0 5C 63 28 4 61 1E
Octal 230 14 2 0 134 143 50 4 141 36
Binary 10011000 1100 10 0 1011100 1100011 101000 100 1100001 11110

Color Harmonies of #980C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980C02

Black with #980C02

Text Example


Text Example

White with #980C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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