Html Css Color HEX #950420 Carmine

📋 copy color: '#950420'

red 149 ◦ green 4 ◦ blue 32

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

Shades of Carmine #950420

Tints of Carmine #950420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.3%

R = 80.54%
G = 2.16%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#950420 (or 0x950420) is known color: Carmine. HEX triplet: 95, 04 and 20. RGB value is (149,4,32). Sum of RGB (Red+Green+Blue) = 149+4+32=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #950420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950420 is #6AFBDF. Grayscale: #323232. Windows color (decimal): -7011296 or 2098325. OLE color: 2098325.

HSL color Cylindrical-coordinate representation of color #950420: hue angle of 348.41º 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 #950420 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 4 32 -
CMYK 0 0.97 0.79 0.42
HSL 348.41º 0.95% 0.3% -
HSV(B) 348.41º 0.97% 0.58% -
XYZ 12.7 6.58 1.97 -
YUV 50.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 149 4 32 0 0.97 0.79 0.42 348.41 0.95 0.3
Hex 95 4 20 0 61 4F 2A 15C 5F 1E
Octal 225 4 40 0 141 117 52 534 137 36
Binary 10010101 100 100000 0 1100001 1001111 101010 101011100 1011111 11110

Color Harmonies of #950420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950420

Black with #950420

Text Example


Text Example

White with #950420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950420; }

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

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

background-color css

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

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

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

border-color css

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

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

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