Html Css Color HEX #96082D Carmine

📋 copy color: '#96082D'

red 150 ◦ green 8 ◦ blue 45

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

Shades of Carmine #96082D

Tints of Carmine #96082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.94%

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

R = 73.89%
G = 3.94%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96082D (or 0x96082D) is known color: Carmine. HEX triplet: 96, 08 and 2D. RGB value is (150,8,45). Sum of RGB (Red+Green+Blue) = 150+8+45=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #96082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96082D is #69F7D2. Grayscale: #363636. Windows color (decimal): -6944723 or 2951318. OLE color: 2951318.

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

Color convert

RGB 150 8 45 -
CMYK 0 0.95 0.70 0.41
HSL 344.37º 0.9% 0.31% -
HSV(B) 344.37º 0.95% 0.59% -
XYZ 13.14 6.85 3.11 -
YUV 54.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 150 8 45 0 0.95 0.70 0.41 344.37 0.9 0.31
Hex 96 8 2D 0 5F 46 29 158 5A 1F
Octal 226 10 55 0 137 106 51 530 132 37
Binary 10010110 1000 101101 0 1011111 1000110 101001 101011000 1011010 11111

Color Harmonies of #96082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96082D

Black with #96082D

Text Example


Text Example

White with #96082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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