Html Css Color HEX #9D022D Carmine

📋 copy color: '#9D022D'

red 157 ◦ green 2 ◦ blue 45

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

Shades of Carmine #9D022D

Tints of Carmine #9D022D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.06%

R = 76.96%
G = 0.98%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9D022D (or 0x9D022D) is known color: Carmine. HEX triplet: 9D, 02 and 2D. RGB value is (157,2,45). Sum of RGB (Red+Green+Blue) = 157+2+45=204 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.96% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 157 - color contains mainly: red. Hex color #9D022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D022D is #62FDD2. Grayscale: #353535. Windows color (decimal): -6487507 or 2949789. OLE color: 2949789.

HSL color Cylindrical-coordinate representation of color #9D022D: hue angle of 343.35º 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 #9D022D is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 2 45 -
CMYK 0 0.99 0.71 0.38
HSL 343.35º 0.97% 0.31% -
HSV(B) 343.35º 0.99% 0.62% -
XYZ 14.4 7.4 3.15 -
YUV 53.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 157 2 45 0 0.99 0.71 0.38 343.35 0.97 0.31
Hex 9D 2 2D 0 63 47 26 157 61 1F
Octal 235 2 55 0 143 107 46 527 141 37
Binary 10011101 10 101101 0 1100011 1000111 100110 101010111 1100001 11111

Color Harmonies of #9D022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D022D

Black with #9D022D

Text Example


Text Example

White with #9D022D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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