Html Css Color HEX #950213 Carmine

📋 copy color: '#950213'

red 149 ◦ green 2 ◦ blue 19

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

Shades of Carmine #950213

Tints of Carmine #950213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.18%

R = 87.65%
G = 1.18%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#950213 (or 0x950213) is known color: Carmine. HEX triplet: 95, 02 and 13. RGB value is (149,2,19). Sum of RGB (Red+Green+Blue) = 149+2+19=170 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.65% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 149 - color contains mainly: red. Hex color #950213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950213 is #6AFDEC. Grayscale: #2F2F2F. Windows color (decimal): -7011821 or 1245845. OLE color: 1245845.

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

Color convert

RGB 149 2 19 -
CMYK 0 0.99 0.87 0.42
HSL 353.06º 0.97% 0.3% -
HSV(B) 353.06º 0.99% 0.58% -
XYZ 12.53 6.48 1.21 -
YUV 47.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 149 2 19 0 0.99 0.87 0.42 353.06 0.97 0.3
Hex 95 2 13 0 63 57 2A 161 61 1E
Octal 225 2 23 0 143 127 52 541 141 36
Binary 10010101 10 10011 0 1100011 1010111 101010 101100001 1100001 11110

Color Harmonies of #950213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950213

Black with #950213

Text Example


Text Example

White with #950213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950213; }

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

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

background-color css

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

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

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

border-color css

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

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

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