Html Css Color HEX #9C0238 Carmine

📋 copy color: '#9C0238'

red 156 ◦ green 2 ◦ blue 56

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

Shades of Carmine #9C0238

Tints of Carmine #9C0238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.17%

R = 72.9%
G = 0.93%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#9C0238 (or 0x9C0238) is known color: Carmine. HEX triplet: 9C, 02 and 38. RGB value is (156,2,56). Sum of RGB (Red+Green+Blue) = 156+2+56=214 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.90% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0238 is #63FDC7. Grayscale: #363636. Windows color (decimal): -6553032 or 3670684. OLE color: 3670684.

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

Color convert

RGB 156 2 56 -
CMYK 0 0.99 0.64 0.39
HSL 338.96º 0.97% 0.31% -
HSV(B) 338.96º 0.99% 0.61% -
XYZ 14.45 7.4 4.41 -
YUV 54.2 129.02 200.61 -
System Red Green Blue C M Y K H S L
Decimal 156 2 56 0 0.99 0.64 0.39 338.96 0.97 0.31
Hex 9C 2 38 0 63 40 27 153 61 1F
Octal 234 2 70 0 143 100 47 523 141 37
Binary 10011100 10 111000 0 1100011 1000000 100111 101010011 1100001 11111

Color Harmonies of #9C0238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0238

Black with #9C0238

Text Example


Text Example

White with #9C0238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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