Html Css Color HEX #980A02 Dark Red

📋 copy color: '#980A02'

red 152 ◦ green 10 ◦ blue 2

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

Shades of Dark Red #980A02

Tints of Dark Red #980A02

RGB

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

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

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

R = 92.68%
G = 6.1%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#980A02 (or 0x980A02) is known color: Dark Red. HEX triplet: 98, 0A and 02. RGB value is (152,10,2). Sum of RGB (Red+Green+Blue) = 152+10+2=164 (21% of max value = 765). Red value is 152 (59.77% from 255 or 92.68% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 152 - color contains mainly: red. Hex color #980A02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980A02 is #67F5FD. Grayscale: #333333. Windows color (decimal): -6813182 or 133784. OLE color: 133784.

HSL color Cylindrical-coordinate representation of color #980A02: hue angle of 3.2º 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 #980A02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 10 2 -
CMYK 0 0.93 0.99 0.40
HSL 3.2º 0.97% 0.3% -
HSV(B) 3.2º 0.99% 0.6% -
XYZ 13.07 6.9 0.7 -
YUV 51.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 152 10 2 0 0.93 0.99 0.40 3.2 0.97 0.3
Hex 98 A 2 0 5D 63 28 3 61 1E
Octal 230 12 2 0 135 143 50 3 141 36
Binary 10011000 1010 10 0 1011101 1100011 101000 11 1100001 11110

Color Harmonies of #980A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A02

Black with #980A02

Text Example


Text Example

White with #980A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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