Html Css Color HEX #950713 Carmine

📋 copy color: '#950713'

red 149 ◦ green 7 ◦ blue 19

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

Shades of Carmine #950713

Tints of Carmine #950713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

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

R = 85.14%
G = 4%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#950713 (or 0x950713) is known color: Carmine. HEX triplet: 95, 07 and 13. RGB value is (149,7,19). Sum of RGB (Red+Green+Blue) = 149+7+19=175 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.14% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 149 - color contains mainly: red. Hex color #950713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950713 is #6AF8EC. Grayscale: #323232. Windows color (decimal): -7010541 or 1247125. OLE color: 1247125.

HSL color Cylindrical-coordinate representation of color #950713: hue angle of 354.93º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950713 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 7 19 -
CMYK 0 0.95 0.87 0.42
HSL 354.93º 0.91% 0.31% -
HSV(B) 354.93º 0.95% 0.58% -
XYZ 12.59 6.59 1.22 -
YUV 50.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 149 7 19 0 0.95 0.87 0.42 354.93 0.91 0.31
Hex 95 7 13 0 5F 57 2A 163 5B 1F
Octal 225 7 23 0 137 127 52 543 133 37
Binary 10010101 111 10011 0 1011111 1010111 101010 101100011 1011011 11111

Color Harmonies of #950713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950713

Black with #950713

Text Example


Text Example

White with #950713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950713; }

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

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

background-color css

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

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

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

border-color css

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

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

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