Html Css Color HEX #960F25 Carmine

📋 copy color: '#960F25'

red 150 ◦ green 15 ◦ blue 37

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

Shades of Carmine #960F25

Tints of Carmine #960F25

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.43%

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

R = 74.26%
G = 7.43%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#960F25 (or 0x960F25) is known color: Carmine. HEX triplet: 96, 0F and 25. RGB value is (150,15,37). Sum of RGB (Red+Green+Blue) = 150+15+37=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #960F25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960F25 is #69F0DA. Grayscale: #393939. Windows color (decimal): -6942939 or 2428822. OLE color: 2428822.

HSL color Cylindrical-coordinate representation of color #960F25: hue angle of 350.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #960F25 is Cyan = 0, Magento = 0.9, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 15 37 -
CMYK 0 0.9 0.75 0.41
HSL 350.22º 0.82% 0.32% -
HSV(B) 350.22º 0.9% 0.59% -
XYZ 13.08 6.96 2.4 -
YUV 57.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 150 15 37 0 0.9 0.75 0.41 350.22 0.82 0.32
Hex 96 F 25 0 5A 4B 29 15E 52 20
Octal 226 17 45 0 132 113 51 536 122 40
Binary 10010110 1111 100101 0 1011010 1001011 101001 101011110 1010010 100000

Color Harmonies of #960F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960F25

Black with #960F25

Text Example


Text Example

White with #960F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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