Html Css Color HEX #950D19 Carmine

📋 copy color: '#950D19'

red 149 ◦ green 13 ◦ blue 25

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

Shades of Carmine #950D19

Tints of Carmine #950D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.95%

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

R = 79.68%
G = 6.95%
B = 13.37%

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

#950D19 (or 0x950D19) is known color: Carmine. HEX triplet: 95, 0D and 19. RGB value is (149,13,25). Sum of RGB (Red+Green+Blue) = 149+13+25=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #950D19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950D19 is #6AF2E6. Grayscale: #373737. Windows color (decimal): -7008999 or 1641877. OLE color: 1641877.

HSL color Cylindrical-coordinate representation of color #950D19: hue angle of 354.71º degrees, saturation: 0.84, 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 #950D19 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 13 25 -
CMYK 0 0.91 0.83 0.42
HSL 354.71º 0.84% 0.32% -
HSV(B) 354.71º 0.91% 0.58% -
XYZ 12.71 6.75 1.55 -
YUV 55.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 149 13 25 0 0.91 0.83 0.42 354.71 0.84 0.32
Hex 95 D 19 0 5B 53 2A 163 54 20
Octal 225 15 31 0 133 123 52 543 124 40
Binary 10010101 1101 11001 0 1011011 1010011 101010 101100011 1010100 100000

Color Harmonies of #950D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950D19

Black with #950D19

Text Example


Text Example

White with #950D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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