Html Css Color HEX #9C032B Carmine

📋 copy color: '#9C032B'

red 156 ◦ green 3 ◦ blue 43

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

Shades of Carmine #9C032B

Tints of Carmine #9C032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

 BLUE value IS 43 (17.19% from 255) = 21.29%

R = 77.23%
G = 1.49%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C032B (or 0x9C032B) is known color: Carmine. HEX triplet: 9C, 03 and 2B. RGB value is (156,3,43). Sum of RGB (Red+Green+Blue) = 156+3+43=202 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.23% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 156 - color contains mainly: red. Hex color #9C032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C032B is #63FCD4. Grayscale: #353535. Windows color (decimal): -6552789 or 2818972. OLE color: 2818972.

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

Color convert

RGB 156 3 43 -
CMYK 0 0.98 0.72 0.39
HSL 344.31º 0.96% 0.31% -
HSV(B) 344.31º 0.98% 0.61% -
XYZ 14.18 7.31 2.95 -
YUV 53.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 156 3 43 0 0.98 0.72 0.39 344.31 0.96 0.31
Hex 9C 3 2B 0 62 48 27 158 60 1F
Octal 234 3 53 0 142 110 47 530 140 37
Binary 10011100 11 101011 0 1100010 1001000 100111 101011000 1100000 11111

Color Harmonies of #9C032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C032B

Black with #9C032B

Text Example


Text Example

White with #9C032B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,3,43); }

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

background-color css

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

 a { background-color: rgb(156,3,43); }

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

border-color css

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

 span { border-color: rgb(156,3,43); }

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