Html Css Color HEX #9C0133 Carmine

📋 copy color: '#9C0133'

red 156 ◦ green 1 ◦ blue 51

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

Shades of Carmine #9C0133

Tints of Carmine #9C0133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.52%

R = 75%
G = 0.48%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9C0133 (or 0x9C0133) is known color: Carmine. HEX triplet: 9C, 01 and 33. RGB value is (156,1,51). Sum of RGB (Red+Green+Blue) = 156+1+51=208 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0133 is #63FECC. Grayscale: #353535. Windows color (decimal): -6553293 or 3342748. OLE color: 3342748.

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

Color convert

RGB 156 1 51 -
CMYK 0 0.99 0.67 0.39
HSL 340.65º 0.99% 0.31% -
HSV(B) 340.65º 0.99% 0.61% -
XYZ 14.32 7.33 3.79 -
YUV 53.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 156 1 51 0 0.99 0.67 0.39 340.65 0.99 0.31
Hex 9C 1 33 0 63 43 27 155 63 1F
Octal 234 1 63 0 143 103 47 525 143 37
Binary 10011100 1 110011 0 1100011 1000011 100111 101010101 1100011 11111

Color Harmonies of #9C0133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0133

Black with #9C0133

Text Example


Text Example

White with #9C0133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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