Html Css Color HEX #95191A Carmine

📋 copy color: '#95191A'

red 149 ◦ green 25 ◦ blue 26

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

Shades of Carmine #95191A

Tints of Carmine #95191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.5%

 BLUE value IS 26 (10.55% from 255) = 13%

R = 74.5%
G = 12.5%
B = 13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95191A (or 0x95191A) is known color: Carmine. HEX triplet: 95, 19 and 1A. RGB value is (149,25,26). Sum of RGB (Red+Green+Blue) = 149+25+26=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #95191A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95191A is #6AE6E5. Grayscale: #3E3E3E. Windows color (decimal): -7005926 or 1710485. OLE color: 1710485.

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

Color convert

RGB 149 25 26 -
CMYK 0 0.83 0.83 0.42
HSL 359.52º 0.71% 0.34% -
HSV(B) 359.52º 0.83% 0.58% -
XYZ 12.93 7.16 1.68 -
YUV 62.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 149 25 26 0 0.83 0.83 0.42 359.52 0.71 0.34
Hex 95 19 1A 0 53 53 2A 168 47 22
Octal 225 31 32 0 123 123 52 550 107 42
Binary 10010101 11001 11010 0 1010011 1010011 101010 101101000 1000111 100010

Color Harmonies of #95191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95191A

Black with #95191A

Text Example


Text Example

White with #95191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95191A; }

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

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

background-color css

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

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

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

border-color css

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

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

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