Html Css Color HEX #96012D Carmine

📋 copy color: '#96012D'

red 150 ◦ green 1 ◦ blue 45

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

Shades of Carmine #96012D

Tints of Carmine #96012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 76.53%
G = 0.51%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96012D (or 0x96012D) is known color: Carmine. HEX triplet: 96, 01 and 2D. RGB value is (150,1,45). Sum of RGB (Red+Green+Blue) = 150+1+45=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #96012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96012D is #69FED2. Grayscale: #323232. Windows color (decimal): -6946515 or 2949526. OLE color: 2949526.

HSL color Cylindrical-coordinate representation of color #96012D: hue angle of 342.28º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96012D is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 1 45 -
CMYK 0 0.99 0.70 0.41
HSL 342.28º 0.99% 0.3% -
HSV(B) 342.28º 0.99% 0.59% -
XYZ 13.06 6.7 3.09 -
YUV 50.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 150 1 45 0 0.99 0.70 0.41 342.28 0.99 0.3
Hex 96 1 2D 0 63 46 29 156 63 1E
Octal 226 1 55 0 143 106 51 526 143 36
Binary 10010110 1 101101 0 1100011 1000110 101001 101010110 1100011 11110

Color Harmonies of #96012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96012D

Black with #96012D

Text Example


Text Example

White with #96012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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