Html Css Color HEX #9D0E1A Carmine

📋 copy color: '#9D0E1A'

red 157 ◦ green 14 ◦ blue 26

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

Shades of Carmine #9D0E1A

Tints of Carmine #9D0E1A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.11%

 BLUE value IS 26 (10.55% from 255) = 13.2%

R = 79.7%
G = 7.11%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D0E1A (or 0x9D0E1A) is known color: Carmine. HEX triplet: 9D, 0E and 1A. RGB value is (157,14,26). Sum of RGB (Red+Green+Blue) = 157+14+26=197 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.70% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0E1A is #62F1E5. Grayscale: #3A3A3A. Windows color (decimal): -6484454 or 1707677. OLE color: 1707677.

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

Color convert

RGB 157 14 26 -
CMYK 0 0.91 0.83 0.38
HSL 354.97º 0.84% 0.34% -
HSV(B) 354.97º 0.91% 0.62% -
XYZ 14.25 7.56 1.68 -
YUV 58.13 109.88 198.52 -
System Red Green Blue C M Y K H S L
Decimal 157 14 26 0 0.91 0.83 0.38 354.97 0.84 0.34
Hex 9D E 1A 0 5B 53 26 163 54 22
Octal 235 16 32 0 133 123 46 543 124 42
Binary 10011101 1110 11010 0 1011011 1010011 100110 101100011 1010100 100010

Color Harmonies of #9D0E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0E1A

Black with #9D0E1A

Text Example


Text Example

White with #9D0E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,14,26); }

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

background-color css

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

 a { background-color: rgb(157,14,26); }

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

border-color css

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

 span { border-color: rgb(157,14,26); }

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