Html Css Color HEX #95112A Carmine

📋 copy color: '#95112A'

red 149 ◦ green 17 ◦ blue 42

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

Shades of Carmine #95112A

Tints of Carmine #95112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.19%

R = 71.63%
G = 8.17%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#95112A (or 0x95112A) is known color: Carmine. HEX triplet: 95, 11 and 2A. RGB value is (149,17,42). Sum of RGB (Red+Green+Blue) = 149+17+42=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #95112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95112A is #6AEED5. Grayscale: #3B3B3B. Windows color (decimal): -7007958 or 2757013. OLE color: 2757013.

HSL color Cylindrical-coordinate representation of color #95112A: hue angle of 348.64º 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 #95112A is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 42 -
CMYK 0 0.89 0.72 0.42
HSL 348.64º 0.8% 0.33% -
HSV(B) 348.64º 0.89% 0.58% -
XYZ 13.01 6.96 2.85 -
YUV 59.32 118.23 191.97 -
System Red Green Blue C M Y K H S L
Decimal 149 17 42 0 0.89 0.72 0.42 348.64 0.8 0.33
Hex 95 11 2A 0 59 48 2A 15D 50 21
Octal 225 21 52 0 131 110 52 535 120 41
Binary 10010101 10001 101010 0 1011001 1001000 101010 101011101 1010000 100001

Color Harmonies of #95112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95112A

Black with #95112A

Text Example


Text Example

White with #95112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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