#95012C

Color #95012C Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #95012C

Tints of Carmine #95012C

Color information

#95012C (or 0x95012C) is unknown color: approx Carmine. HEX triplet: 95, 01 and 2C. RGB value is (149,1,44). Sum of RGB (Red+Green+Blue) = 149+1+44=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #95012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95012C is #6AFED3. Grayscale: #323232. Windows color (decimal): -7012052 or 2883989. OLE color: 2883989.

HSL color Cylindrical-coordinate representation of color #95012C: hue angle of 342.57º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95012C is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB149144-
CMYK00.990.700.42
HSL342.57º98.67%29.41%-
HSV(B)342.57º99.33%58.43%-
XYZ12.866.592.98-
YUV50.15124.53198.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 76.80%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=76.80%
G=0.52%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914400.990.700.42342.5798.6729.41
Hex9512C063462A157631d
Octal22515401431065252714335
Binary100101011101100011000111000110101010101010111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,1,44); }

 H1.HeaderClassName
 {
   color: #95012C;
 }
 .AnyTagClassName
 {
   color: #95012C;
 }
</style>
background-color css

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

 a { background-color: rgb(149,1,44); }

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

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

 span { border-color: rgb(149,1,44); }

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