Html Css Color HEX #95112D Carmine

📋 copy color: '#95112D'

red 149 ◦ green 17 ◦ blue 45

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

Shades of Carmine #95112D

Tints of Carmine #95112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.06%

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 70.62%
G = 8.06%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95112D (or 0x95112D) is known color: Carmine. HEX triplet: 95, 11 and 2D. RGB value is (149,17,45). Sum of RGB (Red+Green+Blue) = 149+17+45=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #95112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95112D is #6AEED2. Grayscale: #3B3B3B. Windows color (decimal): -7007955 or 2953621. OLE color: 2953621.

HSL color Cylindrical-coordinate representation of color #95112D: hue angle of 347.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95112D is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 45 -
CMYK 0 0.89 0.70 0.42
HSL 347.27º 0.8% 0.33% -
HSV(B) 347.27º 0.89% 0.58% -
XYZ 13.07 6.98 3.14 -
YUV 59.66 119.73 191.72 -
System Red Green Blue C M Y K H S L
Decimal 149 17 45 0 0.89 0.70 0.42 347.27 0.8 0.33
Hex 95 11 2D 0 59 46 2A 15B 50 21
Octal 225 21 55 0 131 106 52 533 120 41
Binary 10010101 10001 101101 0 1011001 1000110 101010 101011011 1010000 100001

Color Harmonies of #95112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95112D

Black with #95112D

Text Example


Text Example

White with #95112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,17,45); }

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

background-color css

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

 a { background-color: rgb(149,17,45); }

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

border-color css

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

 span { border-color: rgb(149,17,45); }

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