Html Css Color HEX #96052A Carmine

📋 copy color: '#96052A'

red 150 ◦ green 5 ◦ blue 42

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

Shades of Carmine #96052A

Tints of Carmine #96052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.32%

R = 76.14%
G = 2.54%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#96052A (or 0x96052A) is known color: Carmine. HEX triplet: 96, 05 and 2A. RGB value is (150,5,42). Sum of RGB (Red+Green+Blue) = 150+5+42=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #96052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96052A is #69FAD5. Grayscale: #343434. Windows color (decimal): -6945494 or 2753942. OLE color: 2753942.

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

Color convert

RGB 150 5 42 -
CMYK 0 0.97 0.72 0.41
HSL 344.69º 0.94% 0.3% -
HSV(B) 344.69º 0.97% 0.59% -
XYZ 13.05 6.76 2.81 -
YUV 52.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 150 5 42 0 0.97 0.72 0.41 344.69 0.94 0.3
Hex 96 5 2A 0 61 48 29 159 5E 1E
Octal 226 5 52 0 141 110 51 531 136 36
Binary 10010110 101 101010 0 1100001 1001000 101001 101011001 1011110 11110

Color Harmonies of #96052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96052A

Black with #96052A

Text Example


Text Example

White with #96052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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