Html Css Color HEX #9D0229 Carmine

📋 copy color: '#9D0229'

red 157 ◦ green 2 ◦ blue 41

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

Shades of Carmine #9D0229

Tints of Carmine #9D0229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 41 (16.41% from 255) = 20.5%

R = 78.5%
G = 1%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9D0229 (or 0x9D0229) is known color: Carmine. HEX triplet: 9D, 02 and 29. RGB value is (157,2,41). Sum of RGB (Red+Green+Blue) = 157+2+41=200 (26% of max value = 765). Red value is 157 (61.72% from 255 or 78.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0229 is #62FDD6. Grayscale: #343434. Windows color (decimal): -6487511 or 2687645. OLE color: 2687645.

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

Color convert

RGB 157 2 41 -
CMYK 0 0.99 0.74 0.38
HSL 344.9º 0.97% 0.31% -
HSV(B) 344.9º 0.99% 0.62% -
XYZ 14.33 7.37 2.77 -
YUV 52.79 121.35 202.33 -
System Red Green Blue C M Y K H S L
Decimal 157 2 41 0 0.99 0.74 0.38 344.9 0.97 0.31
Hex 9D 2 29 0 63 4A 26 159 61 1F
Octal 235 2 51 0 143 112 46 531 141 37
Binary 10011101 10 101001 0 1100011 1001010 100110 101011001 1100001 11111

Color Harmonies of #9D0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0229

Black with #9D0229

Text Example


Text Example

White with #9D0229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,2,41); }

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

background-color css

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

 a { background-color: rgb(157,2,41); }

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

border-color css

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

 span { border-color: rgb(157,2,41); }

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