Html Css Color HEX #960023 Carmine

📋 copy color: '#960023'

red 150 ◦ green 0 ◦ blue 35

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

Shades of Carmine #960023

Tints of Carmine #960023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.08%
G = 0%
B = 18.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#960023 (or 0x960023) is known color: Carmine. HEX triplet: 96, 00 and 23. RGB value is (150,0,35). Sum of RGB (Red+Green+Blue) = 150+0+35=185 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.08% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 150 - color contains mainly: red. Hex color #960023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960023 is #69FFDC. Grayscale: #303030. Windows color (decimal): -6946781 or 2293910. OLE color: 2293910.

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

Color convert

RGB 150 0 35 -
CMYK 0 1 0.77 0.41
HSL 346º 1% 0.29% -
HSV(B) 346º 1% 0.59% -
XYZ 12.88 6.61 2.19 -
YUV 48.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 150 0 35 0 1 0.77 0.41 346 1 0.29
Hex 96 0 23 0 64 4D 29 15A 64 1D
Octal 226 0 43 0 144 115 51 532 144 35
Binary 10010110 0 100011 0 1100100 1001101 101001 101011010 1100100 11101

Color Harmonies of #960023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960023

Black with #960023

Text Example


Text Example

White with #960023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960023; }

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

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

background-color css

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

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

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

border-color css

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

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

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