Html Css Color HEX #96062D Carmine

📋 copy color: '#96062D'

red 150 ◦ green 6 ◦ blue 45

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

Shades of Carmine #96062D

Tints of Carmine #96062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.99%

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

R = 74.63%
G = 2.99%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96062D (or 0x96062D) is known color: Carmine. HEX triplet: 96, 06 and 2D. RGB value is (150,6,45). Sum of RGB (Red+Green+Blue) = 150+6+45=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #96062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96062D is #69F9D2. Grayscale: #353535. Windows color (decimal): -6945235 or 2950806. OLE color: 2950806.

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

Color convert

RGB 150 6 45 -
CMYK 0 0.96 0.70 0.41
HSL 343.75º 0.92% 0.31% -
HSV(B) 343.75º 0.96% 0.59% -
XYZ 13.12 6.8 3.1 -
YUV 53.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 150 6 45 0 0.96 0.70 0.41 343.75 0.92 0.31
Hex 96 6 2D 0 60 46 29 158 5C 1F
Octal 226 6 55 0 140 106 51 530 134 37
Binary 10010110 110 101101 0 1100000 1000110 101001 101011000 1011100 11111

Color Harmonies of #96062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96062D

Black with #96062D

Text Example


Text Example

White with #96062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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