Html Css Color HEX #950513 Carmine

📋 copy color: '#950513'

red 149 ◦ green 5 ◦ blue 19

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

Shades of Carmine #950513

Tints of Carmine #950513

RGB

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

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

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

R = 86.13%
G = 2.89%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#950513 (or 0x950513) is known color: Carmine. HEX triplet: 95, 05 and 13. RGB value is (149,5,19). Sum of RGB (Red+Green+Blue) = 149+5+19=173 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.13% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 149 - color contains mainly: red. Hex color #950513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950513 is #6AFAEC. Grayscale: #313131. Windows color (decimal): -7011053 or 1246613. OLE color: 1246613.

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

Color convert

RGB 149 5 19 -
CMYK 0 0.97 0.87 0.42
HSL 354.17º 0.94% 0.3% -
HSV(B) 354.17º 0.97% 0.58% -
XYZ 12.57 6.55 1.22 -
YUV 49.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 149 5 19 0 0.97 0.87 0.42 354.17 0.94 0.3
Hex 95 5 13 0 61 57 2A 162 5E 1E
Octal 225 5 23 0 141 127 52 542 136 36
Binary 10010101 101 10011 0 1100001 1010111 101010 101100010 1011110 11110

Color Harmonies of #950513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950513

Black with #950513

Text Example


Text Example

White with #950513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950513; }

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

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

background-color css

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

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

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

border-color css

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

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

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