Html Css Color HEX #95141C Carmine

📋 copy color: '#95141C'

red 149 ◦ green 20 ◦ blue 28

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

Shades of Carmine #95141C

Tints of Carmine #95141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.15%

 BLUE value IS 28 (11.33% from 255) = 14.21%

R = 75.63%
G = 10.15%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95141C (or 0x95141C) is known color: Carmine. HEX triplet: 95, 14 and 1C. RGB value is (149,20,28). Sum of RGB (Red+Green+Blue) = 149+20+28=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #95141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95141C is #6AEBE3. Grayscale: #3B3B3B. Windows color (decimal): -7007204 or 1840277. OLE color: 1840277.

HSL color Cylindrical-coordinate representation of color #95141C: hue angle of 356.28º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95141C is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 28 -
CMYK 0 0.87 0.81 0.42
HSL 356.28º 0.76% 0.33% -
HSV(B) 356.28º 0.87% 0.58% -
XYZ 12.85 6.97 1.77 -
YUV 59.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 149 20 28 0 0.87 0.81 0.42 356.28 0.76 0.33
Hex 95 14 1C 0 57 51 2A 164 4C 21
Octal 225 24 34 0 127 121 52 544 114 41
Binary 10010101 10100 11100 0 1010111 1010001 101010 101100100 1001100 100001

Color Harmonies of #95141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95141C

Black with #95141C

Text Example


Text Example

White with #95141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95141C; }

 p { color: rgb(149,20,28); }

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

background-color css

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

 a { background-color: rgb(149,20,28); }

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

border-color css

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

 span { border-color: rgb(149,20,28); }

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