Html Css Color HEX #96022E Carmine

📋 copy color: '#96022E'

red 150 ◦ green 2 ◦ blue 46

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

Shades of Carmine #96022E

Tints of Carmine #96022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 46 (18.36% from 255) = 23.23%

R = 75.76%
G = 1.01%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96022E (or 0x96022E) is known color: Carmine. HEX triplet: 96, 02 and 2E. RGB value is (150,2,46). Sum of RGB (Red+Green+Blue) = 150+2+46=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #96022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96022E is #69FDD1. Grayscale: #333333. Windows color (decimal): -6946258 or 3015318. OLE color: 3015318.

HSL color Cylindrical-coordinate representation of color #96022E: hue angle of 342.16º degrees, saturation: 0.97, 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 #96022E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 46 -
CMYK 0 0.99 0.69 0.41
HSL 342.16º 0.97% 0.3% -
HSV(B) 342.16º 0.99% 0.59% -
XYZ 13.09 6.72 3.19 -
YUV 51.27 125.03 198.42 -
System Red Green Blue C M Y K H S L
Decimal 150 2 46 0 0.99 0.69 0.41 342.16 0.97 0.3
Hex 96 2 2E 0 63 45 29 156 61 1E
Octal 226 2 56 0 143 105 51 526 141 36
Binary 10010110 10 101110 0 1100011 1000101 101001 101010110 1100001 11110

Color Harmonies of #96022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96022E

Black with #96022E

Text Example


Text Example

White with #96022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96022E; }

 p { color: rgb(150,2,46); }

 H1.HeaderClassName
 {
   color: #96022E;
 }
 .AnyTagClassName
 {
   color: #96022E;
 }
</style>

background-color css

<style>
 a { background-color: #96022E; }

 a { background-color: rgb(150,2,46); }

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

border-color css

<style>
 span { border-color: #96022E; }

 span { border-color: rgb(150,2,46); }

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