Html Css Color HEX #960025 Carmine

📋 copy color: '#960025'

red 150 ◦ green 0 ◦ blue 37

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

Shades of Carmine #960025

Tints of Carmine #960025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.79%

R = 80.21%
G = 0%
B = 19.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#960025 (or 0x960025) is known color: Carmine. HEX triplet: 96, 00 and 25. RGB value is (150,0,37). Sum of RGB (Red+Green+Blue) = 150+0+37=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #960025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960025 is #69FFDA. Grayscale: #313131. Windows color (decimal): -6946779 or 2424982. OLE color: 2424982.

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

Color convert

RGB 150 0 37 -
CMYK 0 1 0.75 0.41
HSL 345.2º 1% 0.29% -
HSV(B) 345.2º 1% 0.59% -
XYZ 12.91 6.62 2.35 -
YUV 49.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 150 0 37 0 1 0.75 0.41 345.2 1 0.29
Hex 96 0 25 0 64 4B 29 159 64 1D
Octal 226 0 45 0 144 113 51 531 144 35
Binary 10010110 0 100101 0 1100100 1001011 101001 101011001 1100100 11101

Color Harmonies of #960025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960025

Black with #960025

Text Example


Text Example

White with #960025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960025; }

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

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

background-color css

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

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

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

border-color css

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

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

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