Html Css Color HEX #96082A Carmine

📋 copy color: '#96082A'

red 150 ◦ green 8 ◦ blue 42

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

Shades of Carmine #96082A

Tints of Carmine #96082A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21%

R = 75%
G = 4%
B = 21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#96082A (or 0x96082A) is known color: Carmine. HEX triplet: 96, 08 and 2A. RGB value is (150,8,42). Sum of RGB (Red+Green+Blue) = 150+8+42=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #96082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96082A is #69F7D5. Grayscale: #363636. Windows color (decimal): -6944726 or 2754710. OLE color: 2754710.

HSL color Cylindrical-coordinate representation of color #96082A: hue angle of 345.63º 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 #96082A is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 8 42 -
CMYK 0 0.95 0.72 0.41
HSL 345.63º 0.9% 0.31% -
HSV(B) 345.63º 0.95% 0.59% -
XYZ 13.08 6.82 2.82 -
YUV 54.33 121.04 196.24 -
System Red Green Blue C M Y K H S L
Decimal 150 8 42 0 0.95 0.72 0.41 345.63 0.9 0.31
Hex 96 8 2A 0 5F 48 29 15A 5A 1F
Octal 226 10 52 0 137 110 51 532 132 37
Binary 10010110 1000 101010 0 1011111 1001000 101001 101011010 1011010 11111

Color Harmonies of #96082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96082A

Black with #96082A

Text Example


Text Example

White with #96082A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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