Html Css Color HEX #9D0C15 Carmine

📋 copy color: '#9D0C15'

red 157 ◦ green 12 ◦ blue 21

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

Shades of Carmine #9D0C15

Tints of Carmine #9D0C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.32%

 BLUE value IS 21 (8.59% from 255) = 11.05%

R = 82.63%
G = 6.32%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9D0C15 (or 0x9D0C15) is known color: Carmine. HEX triplet: 9D, 0C and 15. RGB value is (157,12,21). Sum of RGB (Red+Green+Blue) = 157+12+21=190 (25% of max value = 765). Red value is 157 (61.72% from 255 or 82.63% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0C15 is #62F3EA. Grayscale: #383838. Windows color (decimal): -6484971 or 1379485. OLE color: 1379485.

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

Color convert

RGB 157 12 21 -
CMYK 0 0.92 0.87 0.38
HSL 356.28º 0.86% 0.33% -
HSV(B) 356.28º 0.92% 0.62% -
XYZ 14.17 7.49 1.41 -
YUV 56.38 108.04 199.77 -
System Red Green Blue C M Y K H S L
Decimal 157 12 21 0 0.92 0.87 0.38 356.28 0.86 0.33
Hex 9D C 15 0 5C 57 26 164 56 21
Octal 235 14 25 0 134 127 46 544 126 41
Binary 10011101 1100 10101 0 1011100 1010111 100110 101100100 1010110 100001

Color Harmonies of #9D0C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0C15

Black with #9D0C15

Text Example


Text Example

White with #9D0C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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