Html Css Color HEX #960423 Carmine

📋 copy color: '#960423'

red 150 ◦ green 4 ◦ blue 35

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

Shades of Carmine #960423

Tints of Carmine #960423

RGB

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

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

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

R = 79.37%
G = 2.12%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#960423 (or 0x960423) is known color: Carmine. HEX triplet: 96, 04 and 23. RGB value is (150,4,35). Sum of RGB (Red+Green+Blue) = 150+4+35=189 (25% of max value = 765). Red value is 150 (58.98% from 255 or 79.37% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 150 - color contains mainly: red. Hex color #960423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960423 is #69FBDC. Grayscale: #333333. Windows color (decimal): -6945757 or 2294934. OLE color: 2294934.

HSL color Cylindrical-coordinate representation of color #960423: hue angle of 347.26º 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 #960423 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 35 -
CMYK 0 0.97 0.77 0.41
HSL 347.26º 0.95% 0.3% -
HSV(B) 347.26º 0.97% 0.59% -
XYZ 12.92 6.69 2.2 -
YUV 51.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 150 4 35 0 0.97 0.77 0.41 347.26 0.95 0.3
Hex 96 4 23 0 61 4D 29 15B 5F 1E
Octal 226 4 43 0 141 115 51 533 137 36
Binary 10010110 100 100011 0 1100001 1001101 101001 101011011 1011111 11110

Color Harmonies of #960423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960423

Black with #960423

Text Example


Text Example

White with #960423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960423; }

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

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

background-color css

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

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

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

border-color css

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

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

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