Html Css Color HEX #980312 Carmine

📋 copy color: '#980312'

red 152 ◦ green 3 ◦ blue 18

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

Shades of Carmine #980312

Tints of Carmine #980312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

 BLUE value IS 18 (7.42% from 255) = 10.4%

R = 87.86%
G = 1.73%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#980312 (or 0x980312) is known color: Carmine. HEX triplet: 98, 03 and 12. RGB value is (152,3,18). Sum of RGB (Red+Green+Blue) = 152+3+18=173 (22% of max value = 765). Red value is 152 (59.77% from 255 or 87.86% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 152 - color contains mainly: red. Hex color #980312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980312 is #67FCED. Grayscale: #313131. Windows color (decimal): -6814958 or 1180568. OLE color: 1180568.

HSL color Cylindrical-coordinate representation of color #980312: hue angle of 353.96º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980312 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 18 -
CMYK 0 0.98 0.88 0.40
HSL 353.96º 0.96% 0.3% -
HSV(B) 353.96º 0.98% 0.6% -
XYZ 13.09 6.78 1.19 -
YUV 49.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 152 3 18 0 0.98 0.88 0.40 353.96 0.96 0.3
Hex 98 3 12 0 62 58 28 162 60 1E
Octal 230 3 22 0 142 130 50 542 140 36
Binary 10011000 11 10010 0 1100010 1011000 101000 101100010 1100000 11110

Color Harmonies of #980312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980312

Black with #980312

Text Example


Text Example

White with #980312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980312; }

 p { color: rgb(152,3,18); }

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

background-color css

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

 a { background-color: rgb(152,3,18); }

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

border-color css

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

 span { border-color: rgb(152,3,18); }

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