Html Css Color HEX #96002D Carmine

📋 copy color: '#96002D'

red 150 ◦ green 0 ◦ blue 45

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

Shades of Carmine #96002D

Tints of Carmine #96002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 76.92%
G = 0%
B = 23.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96002D (or 0x96002D) is known color: Carmine. HEX triplet: 96, 00 and 2D. RGB value is (150,0,45). Sum of RGB (Red+Green+Blue) = 150+0+45=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #96002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96002D is #69FFD2. Grayscale: #313131. Windows color (decimal): -6946771 or 2949270. OLE color: 2949270.

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

Color convert

RGB 150 0 45 -
CMYK 0 1 0.70 0.41
HSL 342º 1% 0.29% -
HSV(B) 342º 1% 0.59% -
XYZ 13.05 6.67 3.08 -
YUV 49.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 150 0 45 0 1 0.70 0.41 342 1 0.29
Hex 96 0 2D 0 64 46 29 156 64 1D
Octal 226 0 55 0 144 106 51 526 144 35
Binary 10010110 0 101101 0 1100100 1000110 101001 101010110 1100100 11101

Color Harmonies of #96002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96002D

Black with #96002D

Text Example


Text Example

White with #96002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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