Html Css Color HEX #9D0322 Carmine

📋 copy color: '#9D0322'

red 157 ◦ green 3 ◦ blue 34

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

Shades of Carmine #9D0322

Tints of Carmine #9D0322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 34 (13.67% from 255) = 17.53%

R = 80.93%
G = 1.55%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9D0322 (or 0x9D0322) is known color: Carmine. HEX triplet: 9D, 03 and 22. RGB value is (157,3,34). Sum of RGB (Red+Green+Blue) = 157+3+34=194 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.93% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0322 is #62FCDD. Grayscale: #343434. Windows color (decimal): -6487262 or 2229149. OLE color: 2229149.

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

Color convert

RGB 157 3 34 -
CMYK 0 0.98 0.78 0.38
HSL 347.92º 0.96% 0.31% -
HSV(B) 347.92º 0.98% 0.62% -
XYZ 14.23 7.35 2.18 -
YUV 52.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 157 3 34 0 0.98 0.78 0.38 347.92 0.96 0.31
Hex 9D 3 22 0 62 4E 26 15C 60 1F
Octal 235 3 42 0 142 116 46 534 140 37
Binary 10011101 11 100010 0 1100010 1001110 100110 101011100 1100000 11111

Color Harmonies of #9D0322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0322

Black with #9D0322

Text Example


Text Example

White with #9D0322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,3,34); }

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

background-color css

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

 a { background-color: rgb(157,3,34); }

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

border-color css

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

 span { border-color: rgb(157,3,34); }

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