#95012D

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

Shades of Carmine #95012D

Tints of Carmine #95012D

Color information

#95012D (or 0x95012D) is unknown color: approx Carmine. HEX triplet: 95, 01 and 2D. RGB value is (149,1,45). Sum of RGB (Red+Green+Blue) = 149+1+45=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #95012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95012D is #6AFED2. Grayscale: #323232. Windows color (decimal): -7012051 or 2949525. OLE color: 2949525.

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

Color convert

RGB149145-
CMYK00.990.700.42
HSL342.16º98.67%29.41%-
HSV(B)342.16º99.33%58.43%-
XYZ12.886.63.08-
YUV50.27125.03198.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 76.41%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=76.41%
G=0.51%
B=23.08%

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
Decimal14914500.990.700.42342.1698.6729.41
Hex9512D063462A156631d
Octal22515501431065252614335
Binary100101011101101011000111000110101010101010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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