Html Css Color HEX #950428 Carmine

📋 copy color: '#950428'

red 149 ◦ green 4 ◦ blue 40

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

Shades of Carmine #950428

Tints of Carmine #950428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 77.2%
G = 2.07%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#950428 (or 0x950428) is known color: Carmine. HEX triplet: 95, 04 and 28. RGB value is (149,4,40). Sum of RGB (Red+Green+Blue) = 149+4+40=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #950428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950428 is #6AFBD7. Grayscale: #333333. Windows color (decimal): -7011288 or 2622613. OLE color: 2622613.

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

Color convert

RGB 149 4 40 -
CMYK 0 0.97 0.73 0.42
HSL 345.1º 0.95% 0.3% -
HSV(B) 345.1º 0.97% 0.58% -
XYZ 12.82 6.63 2.61 -
YUV 51.46 121.54 197.57 -
System Red Green Blue C M Y K H S L
Decimal 149 4 40 0 0.97 0.73 0.42 345.1 0.95 0.3
Hex 95 4 28 0 61 49 2A 159 5F 1E
Octal 225 4 50 0 141 111 52 531 137 36
Binary 10010101 100 101000 0 1100001 1001001 101010 101011001 1011111 11110

Color Harmonies of #950428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950428

Black with #950428

Text Example


Text Example

White with #950428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950428; }

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

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

background-color css

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

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

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

border-color css

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

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

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