Html Css Color HEX #9D1022 Carmine

📋 copy color: '#9D1022'

red 157 ◦ green 16 ◦ blue 34

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

Shades of Carmine #9D1022

Tints of Carmine #9D1022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.73%

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

R = 75.85%
G = 7.73%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9D1022 (or 0x9D1022) is known color: Carmine. HEX triplet: 9D, 10 and 22. RGB value is (157,16,34). Sum of RGB (Red+Green+Blue) = 157+16+34=207 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.85% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1022 is #62EFDD. Grayscale: #3C3C3C. Windows color (decimal): -6483934 or 2232477. OLE color: 2232477.

HSL color Cylindrical-coordinate representation of color #9D1022: hue angle of 352.34º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1022 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 16 34 -
CMYK 0 0.90 0.78 0.38
HSL 352.34º 0.82% 0.34% -
HSV(B) 352.34º 0.9% 0.62% -
XYZ 14.38 7.65 2.23 -
YUV 60.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 157 16 34 0 0.90 0.78 0.38 352.34 0.82 0.34
Hex 9D 10 22 0 5A 4E 26 160 52 22
Octal 235 20 42 0 132 116 46 540 122 42
Binary 10011101 10000 100010 0 1011010 1001110 100110 101100000 1010010 100010

Color Harmonies of #9D1022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1022

Black with #9D1022

Text Example


Text Example

White with #9D1022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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