Html Css Color HEX #95151C Carmine

📋 copy color: '#95151C'

red 149 ◦ green 21 ◦ blue 28

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

Shades of Carmine #95151C

Tints of Carmine #95151C

RGB

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

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

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

R = 75.25%
G = 10.61%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95151C (or 0x95151C) is known color: Carmine. HEX triplet: 95, 15 and 1C. RGB value is (149,21,28). Sum of RGB (Red+Green+Blue) = 149+21+28=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #95151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95151C is #6AEAE3. Grayscale: #3C3C3C. Windows color (decimal): -7006948 or 1840533. OLE color: 1840533.

HSL color Cylindrical-coordinate representation of color #95151C: hue angle of 356.72º 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 #95151C is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 28 -
CMYK 0 0.86 0.81 0.42
HSL 356.72º 0.75% 0.33% -
HSV(B) 356.72º 0.86% 0.58% -
XYZ 12.87 7.01 1.77 -
YUV 60.07 109.91 191.43 -
System Red Green Blue C M Y K H S L
Decimal 149 21 28 0 0.86 0.81 0.42 356.72 0.75 0.33
Hex 95 15 1C 0 56 51 2A 165 4B 21
Octal 225 25 34 0 126 121 52 545 113 41
Binary 10010101 10101 11100 0 1010110 1010001 101010 101100101 1001011 100001

Color Harmonies of #95151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95151C

Black with #95151C

Text Example


Text Example

White with #95151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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