Html Css Color HEX #98151F Carmine

📋 copy color: '#98151F'

red 152 ◦ green 21 ◦ blue 31

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

Shades of Carmine #98151F

Tints of Carmine #98151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.2%

R = 74.51%
G = 10.29%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98151F (or 0x98151F) is known color: Carmine. HEX triplet: 98, 15 and 1F. RGB value is (152,21,31). Sum of RGB (Red+Green+Blue) = 152+21+31=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #98151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98151F is #67EAE0. Grayscale: #3D3D3D. Windows color (decimal): -6810337 or 2037144. OLE color: 2037144.

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

Color convert

RGB 152 21 31 -
CMYK 0 0.86 0.80 0.40
HSL 355.42º 0.76% 0.34% -
HSV(B) 355.42º 0.86% 0.6% -
XYZ 13.46 7.31 2 -
YUV 61.31 110.9 192.69 -
System Red Green Blue C M Y K H S L
Decimal 152 21 31 0 0.86 0.80 0.40 355.42 0.76 0.34
Hex 98 15 1F 0 56 50 28 163 4C 22
Octal 230 25 37 0 126 120 50 543 114 42
Binary 10011000 10101 11111 0 1010110 1010000 101000 101100011 1001100 100010

Color Harmonies of #98151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98151F

Black with #98151F

Text Example


Text Example

White with #98151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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