Html Css Color HEX #9D0423 Carmine

📋 copy color: '#9D0423'

red 157 ◦ green 4 ◦ blue 35

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

Shades of Carmine #9D0423

Tints of Carmine #9D0423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.04%

 BLUE value IS 35 (14.06% from 255) = 17.86%

R = 80.1%
G = 2.04%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9D0423 (or 0x9D0423) is known color: Carmine. HEX triplet: 9D, 04 and 23. RGB value is (157,4,35). Sum of RGB (Red+Green+Blue) = 157+4+35=196 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.10% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0423 is #62FBDC. Grayscale: #353535. Windows color (decimal): -6487005 or 2294941. OLE color: 2294941.

HSL color Cylindrical-coordinate representation of color #9D0423: hue angle of 347.84º degrees, saturation: 0.95, 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 #9D0423 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 4 35 -
CMYK 0 0.97 0.78 0.38
HSL 347.84º 0.95% 0.32% -
HSV(B) 347.84º 0.97% 0.62% -
XYZ 14.25 7.38 2.26 -
YUV 53.28 117.69 201.98 -
System Red Green Blue C M Y K H S L
Decimal 157 4 35 0 0.97 0.78 0.38 347.84 0.95 0.32
Hex 9D 4 23 0 61 4E 26 15C 5F 20
Octal 235 4 43 0 141 116 46 534 137 40
Binary 10011101 100 100011 0 1100001 1001110 100110 101011100 1011111 100000

Color Harmonies of #9D0423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0423

Black with #9D0423

Text Example


Text Example

White with #9D0423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,4,35); }

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

background-color css

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

 a { background-color: rgb(157,4,35); }

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

border-color css

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

 span { border-color: rgb(157,4,35); }

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