Html Css Color HEX #95171D Carmine

📋 copy color: '#95171D'

red 149 ◦ green 23 ◦ blue 29

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

Shades of Carmine #95171D

Tints of Carmine #95171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.43%

R = 74.13%
G = 11.44%
B = 14.43%

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

#95171D (or 0x95171D) is known color: Carmine. HEX triplet: 95, 17 and 1D. RGB value is (149,23,29). Sum of RGB (Red+Green+Blue) = 149+23+29=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #95171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95171D is #6AE8E2. Grayscale: #3D3D3D. Windows color (decimal): -7006435 or 1906581. OLE color: 1906581.

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

Color convert

RGB 149 23 29 -
CMYK 0 0.85 0.81 0.42
HSL 357.14º 0.73% 0.34% -
HSV(B) 357.14º 0.85% 0.58% -
XYZ 12.92 7.09 1.85 -
YUV 61.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 149 23 29 0 0.85 0.81 0.42 357.14 0.73 0.34
Hex 95 17 1D 0 55 51 2A 165 49 22
Octal 225 27 35 0 125 121 52 545 111 42
Binary 10010101 10111 11101 0 1010101 1010001 101010 101100101 1001001 100010

Color Harmonies of #95171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95171D

Black with #95171D

Text Example


Text Example

White with #95171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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