Html Css Color HEX #950E19 Carmine

📋 copy color: '#950E19'

red 149 ◦ green 14 ◦ blue 25

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

Shades of Carmine #950E19

Tints of Carmine #950E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.45%

 BLUE value IS 25 (10.16% from 255) = 13.3%

R = 79.26%
G = 7.45%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#950E19 (or 0x950E19) is known color: Carmine. HEX triplet: 95, 0E and 19. RGB value is (149,14,25). Sum of RGB (Red+Green+Blue) = 149+14+25=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #950E19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950E19 is #6AF1E6. Grayscale: #373737. Windows color (decimal): -7008743 or 1642133. OLE color: 1642133.

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

Color convert

RGB 149 14 25 -
CMYK 0 0.91 0.83 0.42
HSL 355.11º 0.83% 0.32% -
HSV(B) 355.11º 0.91% 0.58% -
XYZ 12.73 6.77 1.56 -
YUV 55.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 149 14 25 0 0.91 0.83 0.42 355.11 0.83 0.32
Hex 95 E 19 0 5B 53 2A 163 53 20
Octal 225 16 31 0 133 123 52 543 123 40
Binary 10010101 1110 11001 0 1011011 1010011 101010 101100011 1010011 100000

Color Harmonies of #950E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E19

Black with #950E19

Text Example


Text Example

White with #950E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950E19; }

 p { color: rgb(149,14,25); }

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

background-color css

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

 a { background-color: rgb(149,14,25); }

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

border-color css

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

 span { border-color: rgb(149,14,25); }

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