Html Css Color HEX #9C0227 Carmine

📋 copy color: '#9C0227'

red 156 ◦ green 2 ◦ blue 39

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

Shades of Carmine #9C0227

Tints of Carmine #9C0227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 39 (15.63% from 255) = 19.8%

R = 79.19%
G = 1.02%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#9C0227 (or 0x9C0227) is known color: Carmine. HEX triplet: 9C, 02 and 27. RGB value is (156,2,39). Sum of RGB (Red+Green+Blue) = 156+2+39=197 (26% of max value = 765). Red value is 156 (61.33% from 255 or 79.19% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0227 is #63FDD8. Grayscale: #343434. Windows color (decimal): -6553049 or 2556572. OLE color: 2556572.

HSL color Cylindrical-coordinate representation of color #9C0227: hue angle of 345.58º degrees, saturation: 0.97, 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 #9C0227 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 2 39 -
CMYK 0 0.99 0.75 0.39
HSL 345.58º 0.97% 0.31% -
HSV(B) 345.58º 0.99% 0.61% -
XYZ 14.1 7.26 2.58 -
YUV 52.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 156 2 39 0 0.99 0.75 0.39 345.58 0.97 0.31
Hex 9C 2 27 0 63 4B 27 15A 61 1F
Octal 234 2 47 0 143 113 47 532 141 37
Binary 10011100 10 100111 0 1100011 1001011 100111 101011010 1100001 11111

Color Harmonies of #9C0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0227

Black with #9C0227

Text Example


Text Example

White with #9C0227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,2,39); }

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

background-color css

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

 a { background-color: rgb(156,2,39); }

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

border-color css

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

 span { border-color: rgb(156,2,39); }

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