Html Css Color HEX #9D0635 Carmine

📋 copy color: '#9D0635'

red 157 ◦ green 6 ◦ blue 53

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

Shades of Carmine #9D0635

Tints of Carmine #9D0635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.78%

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 72.69%
G = 2.78%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9D0635 (or 0x9D0635) is known color: Carmine. HEX triplet: 9D, 06 and 35. RGB value is (157,6,53). Sum of RGB (Red+Green+Blue) = 157+6+53=216 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.69% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0635 is #62F9CA. Grayscale: #383838. Windows color (decimal): -6486475 or 3475101. OLE color: 3475101.

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

Color convert

RGB 157 6 53 -
CMYK 0 0.96 0.66 0.38
HSL 341.32º 0.93% 0.32% -
HSV(B) 341.32º 0.96% 0.62% -
XYZ 14.61 7.56 4.06 -
YUV 56.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 157 6 53 0 0.96 0.66 0.38 341.32 0.93 0.32
Hex 9D 6 35 0 60 42 26 155 5D 20
Octal 235 6 65 0 140 102 46 525 135 40
Binary 10011101 110 110101 0 1100000 1000010 100110 101010101 1011101 100000

Color Harmonies of #9D0635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0635

Black with #9D0635

Text Example


Text Example

White with #9D0635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,6,53); }

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

background-color css

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

 a { background-color: rgb(157,6,53); }

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

border-color css

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

 span { border-color: rgb(157,6,53); }

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