Html Css Color HEX #9D0926 Carmine

📋 copy color: '#9D0926'

red 157 ◦ green 9 ◦ blue 38

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

Shades of Carmine #9D0926

Tints of Carmine #9D0926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.41%

 BLUE value IS 38 (15.23% from 255) = 18.63%

R = 76.96%
G = 4.41%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9D0926 (or 0x9D0926) is known color: Carmine. HEX triplet: 9D, 09 and 26. RGB value is (157,9,38). Sum of RGB (Red+Green+Blue) = 157+9+38=204 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.96% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0926 is #62F6D9. Grayscale: #383838. Windows color (decimal): -6485722 or 2492829. OLE color: 2492829.

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

Color convert

RGB 157 9 38 -
CMYK 0 0.94 0.76 0.38
HSL 348.24º 0.89% 0.33% -
HSV(B) 348.24º 0.94% 0.62% -
XYZ 14.35 7.5 2.53 -
YUV 56.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 157 9 38 0 0.94 0.76 0.38 348.24 0.89 0.33
Hex 9D 9 26 0 5E 4C 26 15C 59 21
Octal 235 11 46 0 136 114 46 534 131 41
Binary 10011101 1001 100110 0 1011110 1001100 100110 101011100 1011001 100001

Color Harmonies of #9D0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0926

Black with #9D0926

Text Example


Text Example

White with #9D0926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,9,38); }

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

background-color css

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

 a { background-color: rgb(157,9,38); }

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

border-color css

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

 span { border-color: rgb(157,9,38); }

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