Html Css Color HEX #9D022A Carmine

📋 copy color: '#9D022A'

red 157 ◦ green 2 ◦ blue 42

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

Shades of Carmine #9D022A

Tints of Carmine #9D022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.9%

R = 78.11%
G = 1%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9D022A (or 0x9D022A) is known color: Carmine. HEX triplet: 9D, 02 and 2A. RGB value is (157,2,42). Sum of RGB (Red+Green+Blue) = 157+2+42=201 (26% of max value = 765). Red value is 157 (61.72% from 255 or 78.11% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 157 - color contains mainly: red. Hex color #9D022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D022A is #62FDD5. Grayscale: #343434. Windows color (decimal): -6487510 or 2753181. OLE color: 2753181.

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

Color convert

RGB 157 2 42 -
CMYK 0 0.99 0.73 0.38
HSL 344.52º 0.97% 0.31% -
HSV(B) 344.52º 0.99% 0.62% -
XYZ 14.34 7.38 2.86 -
YUV 52.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 157 2 42 0 0.99 0.73 0.38 344.52 0.97 0.31
Hex 9D 2 2A 0 63 49 26 159 61 1F
Octal 235 2 52 0 143 111 46 531 141 37
Binary 10011101 10 101010 0 1100011 1001001 100110 101011001 1100001 11111

Color Harmonies of #9D022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D022A

Black with #9D022A

Text Example


Text Example

White with #9D022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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