Html Css Color HEX #950212 Carmine

📋 copy color: '#950212'

red 149 ◦ green 2 ◦ blue 18

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

Shades of Carmine #950212

Tints of Carmine #950212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.65%

R = 88.17%
G = 1.18%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#950212 (or 0x950212) is known color: Carmine. HEX triplet: 95, 02 and 12. RGB value is (149,2,18). Sum of RGB (Red+Green+Blue) = 149+2+18=169 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.17% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 149 - color contains mainly: red. Hex color #950212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950212 is #6AFDED. Grayscale: #2F2F2F. Windows color (decimal): -7011822 or 1180309. OLE color: 1180309.

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

Color convert

RGB 149 2 18 -
CMYK 0 0.99 0.88 0.42
HSL 353.47º 0.97% 0.3% -
HSV(B) 353.47º 0.99% 0.58% -
XYZ 12.53 6.48 1.16 -
YUV 47.78 111.2 200.2 -
System Red Green Blue C M Y K H S L
Decimal 149 2 18 0 0.99 0.88 0.42 353.47 0.97 0.3
Hex 95 2 12 0 63 58 2A 161 61 1E
Octal 225 2 22 0 143 130 52 541 141 36
Binary 10010101 10 10010 0 1100011 1011000 101010 101100001 1100001 11110

Color Harmonies of #950212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950212

Black with #950212

Text Example


Text Example

White with #950212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950212; }

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

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

background-color css

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

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

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

border-color css

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

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

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