Html Css Color HEX #99151F Carmine

📋 copy color: '#99151F'

red 153 ◦ green 21 ◦ blue 31

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

Shades of Carmine #99151F

Tints of Carmine #99151F

RGB

 RED value IS 153 (60.16% from 255) = 74.63%

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

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

R = 74.63%
G = 10.24%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99151F (or 0x99151F) is known color: Carmine. HEX triplet: 99, 15 and 1F. RGB value is (153,21,31). Sum of RGB (Red+Green+Blue) = 153+21+31=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #99151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99151F is #66EAE0. Grayscale: #3D3D3D. Windows color (decimal): -6744801 or 2037145. OLE color: 2037145.

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

Color convert

RGB 153 21 31 -
CMYK 0 0.86 0.80 0.4
HSL 355.45º 0.76% 0.34% -
HSV(B) 355.45º 0.86% 0.6% -
XYZ 13.65 7.41 2.01 -
YUV 61.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 153 21 31 0 0.86 0.80 0.4 355.45 0.76 0.34
Hex 99 15 1F 0 56 50 28 163 4C 22
Octal 231 25 37 0 126 120 50 543 114 42
Binary 10011001 10101 11111 0 1010110 1010000 101000 101100011 1001100 100010

Color Harmonies of #99151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99151F

Black with #99151F

Text Example


Text Example

White with #99151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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