Html Css Color HEX #9C022F Carmine

📋 copy color: '#9C022F'

red 156 ◦ green 2 ◦ blue 47

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

Shades of Carmine #9C022F

Tints of Carmine #9C022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 76.1%
G = 0.98%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9C022F (or 0x9C022F) is known color: Carmine. HEX triplet: 9C, 02 and 2F. RGB value is (156,2,47). Sum of RGB (Red+Green+Blue) = 156+2+47=205 (27% of max value = 765). Red value is 156 (61.33% from 255 or 76.10% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 156 - color contains mainly: red. Hex color #9C022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C022F is #63FDD0. Grayscale: #353535. Windows color (decimal): -6553041 or 3080860. OLE color: 3080860.

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

Color convert

RGB 156 2 47 -
CMYK 0 0.99 0.70 0.39
HSL 342.47º 0.97% 0.31% -
HSV(B) 342.47º 0.99% 0.61% -
XYZ 14.25 7.32 3.35 -
YUV 53.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 156 2 47 0 0.99 0.70 0.39 342.47 0.97 0.31
Hex 9C 2 2F 0 63 46 27 156 61 1F
Octal 234 2 57 0 143 106 47 526 141 37
Binary 10011100 10 101111 0 1100011 1000110 100111 101010110 1100001 11111

Color Harmonies of #9C022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C022F

Black with #9C022F

Text Example


Text Example

White with #9C022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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