Html Css Color HEX #96022B Carmine

📋 copy color: '#96022B'

red 150 ◦ green 2 ◦ blue 43

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

Shades of Carmine #96022B

Tints of Carmine #96022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.05%

R = 76.92%
G = 1.03%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96022B (or 0x96022B) is known color: Carmine. HEX triplet: 96, 02 and 2B. RGB value is (150,2,43). Sum of RGB (Red+Green+Blue) = 150+2+43=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #96022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96022B is #69FDD4. Grayscale: #323232. Windows color (decimal): -6946261 or 2818710. OLE color: 2818710.

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

Color convert

RGB 150 2 43 -
CMYK 0 0.99 0.71 0.41
HSL 343.38º 0.97% 0.3% -
HSV(B) 343.38º 0.99% 0.59% -
XYZ 13.04 6.7 2.89 -
YUV 50.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 150 2 43 0 0.99 0.71 0.41 343.38 0.97 0.3
Hex 96 2 2B 0 63 47 29 157 61 1E
Octal 226 2 53 0 143 107 51 527 141 36
Binary 10010110 10 101011 0 1100011 1000111 101001 101010111 1100001 11110

Color Harmonies of #96022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96022B

Black with #96022B

Text Example


Text Example

White with #96022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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