Html Css Color HEX #950512 Carmine

📋 copy color: '#950512'

red 149 ◦ green 5 ◦ blue 18

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

Shades of Carmine #950512

Tints of Carmine #950512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 86.63%
G = 2.91%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#950512 (or 0x950512) is known color: Carmine. HEX triplet: 95, 05 and 12. RGB value is (149,5,18). Sum of RGB (Red+Green+Blue) = 149+5+18=172 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.63% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 149 - color contains mainly: red. Hex color #950512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950512 is #6AFAED. Grayscale: #313131. Windows color (decimal): -7011054 or 1181077. OLE color: 1181077.

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

Color convert

RGB 149 5 18 -
CMYK 0 0.97 0.88 0.42
HSL 354.58º 0.94% 0.3% -
HSV(B) 354.58º 0.97% 0.58% -
XYZ 12.56 6.54 1.17 -
YUV 49.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 149 5 18 0 0.97 0.88 0.42 354.58 0.94 0.3
Hex 95 5 12 0 61 58 2A 163 5E 1E
Octal 225 5 22 0 141 130 52 543 136 36
Binary 10010101 101 10010 0 1100001 1011000 101010 101100011 1011110 11110

Color Harmonies of #950512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950512

Black with #950512

Text Example


Text Example

White with #950512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950512; }

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

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

background-color css

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

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

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

border-color css

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

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

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