Html Css Color HEX #9D0524 Carmine

📋 copy color: '#9D0524'

red 157 ◦ green 5 ◦ blue 36

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

Shades of Carmine #9D0524

Tints of Carmine #9D0524

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

 BLUE value IS 36 (14.45% from 255) = 18.18%

R = 79.29%
G = 2.53%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9D0524 (or 0x9D0524) is known color: Carmine. HEX triplet: 9D, 05 and 24. RGB value is (157,5,36). Sum of RGB (Red+Green+Blue) = 157+5+36=198 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.29% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0524 is #62FADB. Grayscale: #363636. Windows color (decimal): -6486748 or 2360733. OLE color: 2360733.

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

Color convert

RGB 157 5 36 -
CMYK 0 0.97 0.77 0.38
HSL 347.76º 0.94% 0.32% -
HSV(B) 347.76º 0.97% 0.62% -
XYZ 14.28 7.4 2.35 -
YUV 53.98 117.86 201.48 -
System Red Green Blue C M Y K H S L
Decimal 157 5 36 0 0.97 0.77 0.38 347.76 0.94 0.32
Hex 9D 5 24 0 61 4D 26 15C 5E 20
Octal 235 5 44 0 141 115 46 534 136 40
Binary 10011101 101 100100 0 1100001 1001101 100110 101011100 1011110 100000

Color Harmonies of #9D0524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0524

Black with #9D0524

Text Example


Text Example

White with #9D0524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,5,36); }

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

background-color css

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

 a { background-color: rgb(157,5,36); }

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

border-color css

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

 span { border-color: rgb(157,5,36); }

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