Html Css Color HEX #98151C Carmine

📋 copy color: '#98151C'

red 152 ◦ green 21 ◦ blue 28

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

Shades of Carmine #98151C

Tints of Carmine #98151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

 BLUE value IS 28 (11.33% from 255) = 13.93%

R = 75.62%
G = 10.45%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98151C (or 0x98151C) is known color: Carmine. HEX triplet: 98, 15 and 1C. RGB value is (152,21,28). Sum of RGB (Red+Green+Blue) = 152+21+28=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #98151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98151C is #67EAE3. Grayscale: #3D3D3D. Windows color (decimal): -6810340 or 1840536. OLE color: 1840536.

HSL color Cylindrical-coordinate representation of color #98151C: hue angle of 356.79º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98151C is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 21 28 -
CMYK 0 0.86 0.82 0.40
HSL 356.79º 0.76% 0.34% -
HSV(B) 356.79º 0.86% 0.6% -
XYZ 13.43 7.3 1.8 -
YUV 60.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 152 21 28 0 0.86 0.82 0.40 356.79 0.76 0.34
Hex 98 15 1C 0 56 52 28 165 4C 22
Octal 230 25 34 0 126 122 50 545 114 42
Binary 10011000 10101 11100 0 1010110 1010010 101000 101100101 1001100 100010

Color Harmonies of #98151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98151C

Black with #98151C

Text Example


Text Example

White with #98151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98151C; }

 p { color: rgb(152,21,28); }

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

background-color css

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

 a { background-color: rgb(152,21,28); }

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

border-color css

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

 span { border-color: rgb(152,21,28); }

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