Html Css Color HEX #95171C Carmine

📋 copy color: '#95171C'

red 149 ◦ green 23 ◦ blue 28

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

Shades of Carmine #95171C

Tints of Carmine #95171C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.5%

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

R = 74.5%
G = 11.5%
B = 14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95171C (or 0x95171C) is known color: Carmine. HEX triplet: 95, 17 and 1C. RGB value is (149,23,28). Sum of RGB (Red+Green+Blue) = 149+23+28=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #95171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95171C is #6AE8E3. Grayscale: #3D3D3D. Windows color (decimal): -7006436 or 1841045. OLE color: 1841045.

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

Color convert

RGB 149 23 28 -
CMYK 0 0.85 0.81 0.42
HSL 357.62º 0.73% 0.34% -
HSV(B) 357.62º 0.85% 0.58% -
XYZ 12.91 7.09 1.79 -
YUV 61.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 149 23 28 0 0.85 0.81 0.42 357.62 0.73 0.34
Hex 95 17 1C 0 55 51 2A 166 49 22
Octal 225 27 34 0 125 121 52 546 111 42
Binary 10010101 10111 11100 0 1010101 1010001 101010 101100110 1001001 100010

Color Harmonies of #95171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95171C

Black with #95171C

Text Example


Text Example

White with #95171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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