Html Css Color HEX #95151E Carmine

📋 copy color: '#95151E'

red 149 ◦ green 21 ◦ blue 30

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

Shades of Carmine #95151E

Tints of Carmine #95151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.5%

 BLUE value IS 30 (12.11% from 255) = 15%

R = 74.5%
G = 10.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95151E (or 0x95151E) is known color: Carmine. HEX triplet: 95, 15 and 1E. RGB value is (149,21,30). Sum of RGB (Red+Green+Blue) = 149+21+30=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #95151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95151E is #6AEAE1. Grayscale: #3C3C3C. Windows color (decimal): -7006946 or 1971605. OLE color: 1971605.

HSL color Cylindrical-coordinate representation of color #95151E: hue angle of 355.78º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #95151E is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 30 -
CMYK 0 0.86 0.80 0.42
HSL 355.78º 0.75% 0.33% -
HSV(B) 355.78º 0.86% 0.58% -
XYZ 12.9 7.02 1.9 -
YUV 60.3 110.91 191.27 -
System Red Green Blue C M Y K H S L
Decimal 149 21 30 0 0.86 0.80 0.42 355.78 0.75 0.33
Hex 95 15 1E 0 56 50 2A 164 4B 21
Octal 225 25 36 0 126 120 52 544 113 41
Binary 10010101 10101 11110 0 1010110 1010000 101010 101100100 1001011 100001

Color Harmonies of #95151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95151E

Black with #95151E

Text Example


Text Example

White with #95151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95151E; }

 p { color: rgb(149,21,30); }

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

background-color css

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

 a { background-color: rgb(149,21,30); }

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

border-color css

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

 span { border-color: rgb(149,21,30); }

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