Html Css Color HEX #96052C Carmine

📋 copy color: '#96052C'

red 150 ◦ green 5 ◦ blue 44

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

Shades of Carmine #96052C

Tints of Carmine #96052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.51%

 BLUE value IS 44 (17.58% from 255) = 22.11%

R = 75.38%
G = 2.51%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96052C (or 0x96052C) is known color: Carmine. HEX triplet: 96, 05 and 2C. RGB value is (150,5,44). Sum of RGB (Red+Green+Blue) = 150+5+44=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #96052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96052C is #69FAD3. Grayscale: #343434. Windows color (decimal): -6945492 or 2885014. OLE color: 2885014.

HSL color Cylindrical-coordinate representation of color #96052C: hue angle of 343.86º degrees, saturation: 0.94, 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 #96052C is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 5 44 -
CMYK 0 0.97 0.71 0.41
HSL 343.86º 0.94% 0.3% -
HSV(B) 343.86º 0.97% 0.59% -
XYZ 13.09 6.77 3 -
YUV 52.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 150 5 44 0 0.97 0.71 0.41 343.86 0.94 0.3
Hex 96 5 2C 0 61 47 29 158 5E 1E
Octal 226 5 54 0 141 107 51 530 136 36
Binary 10010110 101 101100 0 1100001 1000111 101001 101011000 1011110 11110

Color Harmonies of #96052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96052C

Black with #96052C

Text Example


Text Example

White with #96052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96052C; }

 p { color: rgb(150,5,44); }

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

background-color css

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

 a { background-color: rgb(150,5,44); }

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

border-color css

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

 span { border-color: rgb(150,5,44); }

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