Html Css Color HEX #9D151B Carmine

📋 copy color: '#9D151B'

red 157 ◦ green 21 ◦ blue 27

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

Shades of Carmine #9D151B

Tints of Carmine #9D151B

RGB

 RED value IS 157 (61.72% from 255) = 76.59%

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

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

R = 76.59%
G = 10.24%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D151B (or 0x9D151B) is known color: Carmine. HEX triplet: 9D, 15 and 1B. RGB value is (157,21,27). Sum of RGB (Red+Green+Blue) = 157+21+27=205 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.59% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 157 - color contains mainly: red. Hex color #9D151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D151B is #62EAE4. Grayscale: #3E3E3E. Windows color (decimal): -6482661 or 1775005. OLE color: 1775005.

HSL color Cylindrical-coordinate representation of color #9D151B: hue angle of 357.35º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D151B is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 21 27 -
CMYK 0 0.87 0.83 0.38
HSL 357.35º 0.76% 0.35% -
HSV(B) 357.35º 0.87% 0.62% -
XYZ 14.37 7.78 1.78 -
YUV 62.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 157 21 27 0 0.87 0.83 0.38 357.35 0.76 0.35
Hex 9D 15 1B 0 57 53 26 165 4C 23
Octal 235 25 33 0 127 123 46 545 114 43
Binary 10011101 10101 11011 0 1010111 1010011 100110 101100101 1001100 100011

Color Harmonies of #9D151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D151B

Black with #9D151B

Text Example


Text Example

White with #9D151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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