Html Css Color HEX #96022A Carmine

📋 copy color: '#96022A'

red 150 ◦ green 2 ◦ blue 42

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

Shades of Carmine #96022A

Tints of Carmine #96022A

RGB

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

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

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

R = 77.32%
G = 1.03%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#96022A (or 0x96022A) is known color: Carmine. HEX triplet: 96, 02 and 2A. RGB value is (150,2,42). Sum of RGB (Red+Green+Blue) = 150+2+42=194 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.32% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 150 - color contains mainly: red. Hex color #96022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96022A is #69FDD5. Grayscale: #323232. Windows color (decimal): -6946262 or 2753174. OLE color: 2753174.

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

Color convert

RGB 150 2 42 -
CMYK 0 0.99 0.72 0.41
HSL 343.78º 0.97% 0.3% -
HSV(B) 343.78º 0.99% 0.59% -
XYZ 13.02 6.69 2.8 -
YUV 50.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 150 2 42 0 0.99 0.72 0.41 343.78 0.97 0.3
Hex 96 2 2A 0 63 48 29 158 61 1E
Octal 226 2 52 0 143 110 51 530 141 36
Binary 10010110 10 101010 0 1100011 1001000 101001 101011000 1100001 11110

Color Harmonies of #96022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96022A

Black with #96022A

Text Example


Text Example

White with #96022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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