Html Css Color HEX #98151B Carmine

📋 copy color: '#98151B'

red 152 ◦ green 21 ◦ blue 27

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

Shades of Carmine #98151B

Tints of Carmine #98151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.5%

R = 76%
G = 10.5%
B = 13.5%

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

#98151B (or 0x98151B) is known color: Carmine. HEX triplet: 98, 15 and 1B. RGB value is (152,21,27). Sum of RGB (Red+Green+Blue) = 152+21+27=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #98151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98151B is #67EAE4. Grayscale: #3C3C3C. Windows color (decimal): -6810341 or 1775000. OLE color: 1775000.

HSL color Cylindrical-coordinate representation of color #98151B: hue angle of 357.25º 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 #98151B is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 21 27 -
CMYK 0 0.86 0.82 0.40
HSL 357.25º 0.76% 0.34% -
HSV(B) 357.25º 0.86% 0.6% -
XYZ 13.41 7.29 1.74 -
YUV 60.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 152 21 27 0 0.86 0.82 0.40 357.25 0.76 0.34
Hex 98 15 1B 0 56 52 28 165 4C 22
Octal 230 25 33 0 126 122 50 545 114 42
Binary 10011000 10101 11011 0 1010110 1010010 101000 101100101 1001100 100010

Color Harmonies of #98151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98151B

Black with #98151B

Text Example


Text Example

White with #98151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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