Html Css Color HEX #950421 Carmine

📋 copy color: '#950421'

red 149 ◦ green 4 ◦ blue 33

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

Shades of Carmine #950421

Tints of Carmine #950421

RGB

 RED value IS 149 (58.59% from 255) = 80.11%

 GREEN value IS 4 (1.95% from 255) = 2.15%

 BLUE value IS 33 (13.28% from 255) = 17.74%

R = 80.11%
G = 2.15%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#950421 (or 0x950421) is known color: Carmine. HEX triplet: 95, 04 and 21. RGB value is (149,4,33). Sum of RGB (Red+Green+Blue) = 149+4+33=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #950421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950421 is #6AFBDE. Grayscale: #323232. Windows color (decimal): -7011295 or 2163861. OLE color: 2163861.

HSL color Cylindrical-coordinate representation of color #950421: hue angle of 348º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950421 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 4 33 -
CMYK 0 0.97 0.78 0.42
HSL 348º 0.95% 0.3% -
HSV(B) 348º 0.97% 0.58% -
XYZ 12.71 6.59 2.04 -
YUV 50.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 149 4 33 0 0.97 0.78 0.42 348 0.95 0.3
Hex 95 4 21 0 61 4E 2A 15C 5F 1E
Octal 225 4 41 0 141 116 52 534 137 36
Binary 10010101 100 100001 0 1100001 1001110 101010 101011100 1011111 11110

Color Harmonies of #950421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950421

Black with #950421

Text Example


Text Example

White with #950421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950421; }

 p { color: rgb(149,4,33); }

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

background-color css

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

 a { background-color: rgb(149,4,33); }

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

border-color css

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

 span { border-color: rgb(149,4,33); }

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