Html Css Color HEX #961323 Carmine

📋 copy color: '#961323'

red 150 ◦ green 19 ◦ blue 35

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

Shades of Carmine #961323

Tints of Carmine #961323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.31%

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

R = 73.53%
G = 9.31%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#961323 (or 0x961323) is known color: Carmine. HEX triplet: 96, 13 and 23. RGB value is (150,19,35). Sum of RGB (Red+Green+Blue) = 150+19+35=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #961323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961323 is #69ECDC. Grayscale: #3C3C3C. Windows color (decimal): -6941917 or 2298774. OLE color: 2298774.

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

Color convert

RGB 150 19 35 -
CMYK 0 0.87 0.77 0.41
HSL 352.67º 0.78% 0.33% -
HSV(B) 352.67º 0.87% 0.59% -
XYZ 13.11 7.07 2.26 -
YUV 59.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 150 19 35 0 0.87 0.77 0.41 352.67 0.78 0.33
Hex 96 13 23 0 57 4D 29 161 4E 21
Octal 226 23 43 0 127 115 51 541 116 41
Binary 10010110 10011 100011 0 1010111 1001101 101001 101100001 1001110 100001

Color Harmonies of #961323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961323

Black with #961323

Text Example


Text Example

White with #961323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961323; }

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

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

background-color css

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

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

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

border-color css

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

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

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