Html Css Color HEX #96002C Carmine

📋 copy color: '#96002C'

red 150 ◦ green 0 ◦ blue 44

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

Shades of Carmine #96002C

Tints of Carmine #96002C

RGB

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

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

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

R = 77.32%
G = 0%
B = 22.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96002C (or 0x96002C) is known color: Carmine. HEX triplet: 96, 00 and 2C. RGB value is (150,0,44). Sum of RGB (Red+Green+Blue) = 150+0+44=194 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.32% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 150 - color contains mainly: red. Hex color #96002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96002C is #69FFD3. Grayscale: #313131. Windows color (decimal): -6946772 or 2883734. OLE color: 2883734.

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

Color convert

RGB 150 0 44 -
CMYK 0 1 0.71 0.41
HSL 342.4º 1% 0.29% -
HSV(B) 342.4º 1% 0.59% -
XYZ 13.03 6.67 2.98 -
YUV 49.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 150 0 44 0 1 0.71 0.41 342.4 1 0.29
Hex 96 0 2C 0 64 47 29 156 64 1D
Octal 226 0 54 0 144 107 51 526 144 35
Binary 10010110 0 101100 0 1100100 1000111 101001 101010110 1100100 11101

Color Harmonies of #96002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96002C

Black with #96002C

Text Example


Text Example

White with #96002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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