Html Css Color HEX #950218 Carmine

📋 copy color: '#950218'

red 149 ◦ green 2 ◦ blue 24

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

Shades of Carmine #950218

Tints of Carmine #950218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.71%

R = 85.14%
G = 1.14%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#950218 (or 0x950218) is known color: Carmine. HEX triplet: 95, 02 and 18. RGB value is (149,2,24). Sum of RGB (Red+Green+Blue) = 149+2+24=175 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.14% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 149 - color contains mainly: red. Hex color #950218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950218 is #6AFDE7. Grayscale: #303030. Windows color (decimal): -7011816 or 1573525. OLE color: 1573525.

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

Color convert

RGB 149 2 24 -
CMYK 0 0.99 0.84 0.42
HSL 351.02º 0.97% 0.3% -
HSV(B) 351.02º 0.99% 0.58% -
XYZ 12.58 6.5 1.46 -
YUV 48.46 114.2 199.71 -
System Red Green Blue C M Y K H S L
Decimal 149 2 24 0 0.99 0.84 0.42 351.02 0.97 0.3
Hex 95 2 18 0 63 54 2A 15F 61 1E
Octal 225 2 30 0 143 124 52 537 141 36
Binary 10010101 10 11000 0 1100011 1010100 101010 101011111 1100001 11110

Color Harmonies of #950218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950218

Black with #950218

Text Example


Text Example

White with #950218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950218; }

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

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

background-color css

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

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

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

border-color css

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

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

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