Html Css Color HEX #9D0019 Carmine

📋 copy color: '#9D0019'

red 157 ◦ green 0 ◦ blue 25

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

Shades of Carmine #9D0019

Tints of Carmine #9D0019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 13.74%

R = 86.26%
G = 0%
B = 13.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9D0019 (or 0x9D0019) is known color: Carmine. HEX triplet: 9D, 00 and 19. RGB value is (157,0,25). Sum of RGB (Red+Green+Blue) = 157+0+25=182 (24% of max value = 765). Red value is 157 (61.72% from 255 or 86.26% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0019 is #62FFE6. Grayscale: #313131. Windows color (decimal): -6488039 or 1638557. OLE color: 1638557.

HSL color Cylindrical-coordinate representation of color #9D0019: hue angle of 350.45º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D0019 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 0 25 -
CMYK 0 1 0.84 0.38
HSL 350.45º 1% 0.31% -
HSV(B) 350.45º 1% 0.62% -
XYZ 14.08 7.24 1.57 -
YUV 49.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 157 0 25 0 1 0.84 0.38 350.45 1 0.31
Hex 9D 0 19 0 64 54 26 15E 64 1F
Octal 235 0 31 0 144 124 46 536 144 37
Binary 10011101 0 11001 0 1100100 1010100 100110 101011110 1100100 11111

Color Harmonies of #9D0019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0019

Black with #9D0019

Text Example


Text Example

White with #9D0019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,0,25); }

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

background-color css

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

 a { background-color: rgb(157,0,25); }

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

border-color css

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

 span { border-color: rgb(157,0,25); }

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