Html Css Color HEX #961223 Carmine

📋 copy color: '#961223'

red 150 ◦ green 18 ◦ blue 35

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

Shades of Carmine #961223

Tints of Carmine #961223

RGB

 RED value IS 150 (58.98% from 255) = 73.89%

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 35 (14.06% from 255) = 17.24%

R = 73.89%
G = 8.87%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#961223 (or 0x961223) is known color: Carmine. HEX triplet: 96, 12 and 23. RGB value is (150,18,35). Sum of RGB (Red+Green+Blue) = 150+18+35=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #961223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961223 is #69EDDC. Grayscale: #3B3B3B. Windows color (decimal): -6942173 or 2298518. OLE color: 2298518.

HSL color Cylindrical-coordinate representation of color #961223: hue angle of 352.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961223 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 18 35 -
CMYK 0 0.88 0.77 0.41
HSL 352.27º 0.79% 0.33% -
HSV(B) 352.27º 0.88% 0.59% -
XYZ 13.1 7.04 2.26 -
YUV 59.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 150 18 35 0 0.88 0.77 0.41 352.27 0.79 0.33
Hex 96 12 23 0 58 4D 29 160 4F 21
Octal 226 22 43 0 130 115 51 540 117 41
Binary 10010110 10010 100011 0 1011000 1001101 101001 101100000 1001111 100001

Color Harmonies of #961223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961223

Black with #961223

Text Example


Text Example

White with #961223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961223; }

 p { color: rgb(150,18,35); }

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

background-color css

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

 a { background-color: rgb(150,18,35); }

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

border-color css

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

 span { border-color: rgb(150,18,35); }

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