Html Css Color HEX #950227 Carmine

📋 copy color: '#950227'

red 149 ◦ green 2 ◦ blue 39

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

Shades of Carmine #950227

Tints of Carmine #950227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.53%

R = 78.42%
G = 1.05%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#950227 (or 0x950227) is known color: Carmine. HEX triplet: 95, 02 and 27. RGB value is (149,2,39). Sum of RGB (Red+Green+Blue) = 149+2+39=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #950227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950227 is #6AFDD8. Grayscale: #323232. Windows color (decimal): -7011801 or 2556565. OLE color: 2556565.

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

Color convert

RGB 149 2 39 -
CMYK 0 0.99 0.74 0.42
HSL 344.9º 0.97% 0.3% -
HSV(B) 344.9º 0.99% 0.58% -
XYZ 12.78 6.58 2.52 -
YUV 50.17 121.7 198.49 -
System Red Green Blue C M Y K H S L
Decimal 149 2 39 0 0.99 0.74 0.42 344.9 0.97 0.3
Hex 95 2 27 0 63 4A 2A 159 61 1E
Octal 225 2 47 0 143 112 52 531 141 36
Binary 10010101 10 100111 0 1100011 1001010 101010 101011001 1100001 11110

Color Harmonies of #950227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950227

Black with #950227

Text Example


Text Example

White with #950227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950227; }

 p { color: rgb(149,2,39); }

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

background-color css

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

 a { background-color: rgb(149,2,39); }

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

border-color css

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

 span { border-color: rgb(149,2,39); }

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