Html Css Color HEX #960413 Carmine

📋 copy color: '#960413'

red 150 ◦ green 4 ◦ blue 19

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

Shades of Carmine #960413

Tints of Carmine #960413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.31%

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

R = 86.71%
G = 2.31%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#960413 (or 0x960413) is known color: Carmine. HEX triplet: 96, 04 and 13. RGB value is (150,4,19). Sum of RGB (Red+Green+Blue) = 150+4+19=173 (22% of max value = 765). Red value is 150 (58.98% from 255 or 86.71% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 150 - color contains mainly: red. Hex color #960413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960413 is #69FBEC. Grayscale: #313131. Windows color (decimal): -6945773 or 1246358. OLE color: 1246358.

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

Color convert

RGB 150 4 19 -
CMYK 0 0.97 0.87 0.41
HSL 353.84º 0.95% 0.3% -
HSV(B) 353.84º 0.97% 0.59% -
XYZ 12.74 6.62 1.22 -
YUV 49.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 150 4 19 0 0.97 0.87 0.41 353.84 0.95 0.3
Hex 96 4 13 0 61 57 29 162 5F 1E
Octal 226 4 23 0 141 127 51 542 137 36
Binary 10010110 100 10011 0 1100001 1010111 101001 101100010 1011111 11110

Color Harmonies of #960413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960413

Black with #960413

Text Example


Text Example

White with #960413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960413; }

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

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

background-color css

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

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

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

border-color css

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

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

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