Html Css Color HEX #960213 Carmine

📋 copy color: '#960213'

red 150 ◦ green 2 ◦ blue 19

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

Shades of Carmine #960213

Tints of Carmine #960213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 87.72%
G = 1.17%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#960213 (or 0x960213) is known color: Carmine. HEX triplet: 96, 02 and 13. RGB value is (150,2,19). Sum of RGB (Red+Green+Blue) = 150+2+19=171 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.72% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 150 - color contains mainly: red. Hex color #960213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960213 is #69FDEC. Grayscale: #303030. Windows color (decimal): -6946285 or 1245846. OLE color: 1245846.

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

Color convert

RGB 150 2 19 -
CMYK 0 0.99 0.87 0.41
HSL 353.11º 0.97% 0.3% -
HSV(B) 353.11º 0.99% 0.59% -
XYZ 12.72 6.57 1.21 -
YUV 48.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 150 2 19 0 0.99 0.87 0.41 353.11 0.97 0.3
Hex 96 2 13 0 63 57 29 161 61 1E
Octal 226 2 23 0 143 127 51 541 141 36
Binary 10010110 10 10011 0 1100011 1010111 101001 101100001 1100001 11110

Color Harmonies of #960213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960213

Black with #960213

Text Example


Text Example

White with #960213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960213; }

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

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

background-color css

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

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

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

border-color css

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

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

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