Html Css Color HEX #9C0125 Carmine

📋 copy color: '#9C0125'

red 156 ◦ green 1 ◦ blue 37

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

Shades of Carmine #9C0125

Tints of Carmine #9C0125

RGB

 RED value IS 156 (61.33% from 255) = 80.41%

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 37 (14.84% from 255) = 19.07%

R = 80.41%
G = 0.52%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9C0125 (or 0x9C0125) is known color: Carmine. HEX triplet: 9C, 01 and 25. RGB value is (156,1,37). Sum of RGB (Red+Green+Blue) = 156+1+37=194 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80.41% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0125 is #63FEDA. Grayscale: #333333. Windows color (decimal): -6553307 or 2425244. OLE color: 2425244.

HSL color Cylindrical-coordinate representation of color #9C0125: hue angle of 346.06º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0125 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 1 37 -
CMYK 0 0.99 0.76 0.39
HSL 346.06º 0.99% 0.31% -
HSV(B) 346.06º 0.99% 0.61% -
XYZ 14.06 7.22 2.4 -
YUV 51.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 156 1 37 0 0.99 0.76 0.39 346.06 0.99 0.31
Hex 9C 1 25 0 63 4C 27 15A 63 1F
Octal 234 1 45 0 143 114 47 532 143 37
Binary 10011100 1 100101 0 1100011 1001100 100111 101011010 1100011 11111

Color Harmonies of #9C0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0125

Black with #9C0125

Text Example


Text Example

White with #9C0125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,1,37); }

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

background-color css

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

 a { background-color: rgb(156,1,37); }

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

border-color css

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

 span { border-color: rgb(156,1,37); }

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