#95012B

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

Shades of Carmine #95012B

Tints of Carmine #95012B

Color information

#95012B (or 0x95012B) is unknown color: approx Carmine. HEX triplet: 95, 01 and 2B. RGB value is (149,1,43). Sum of RGB (Red+Green+Blue) = 149+1+43=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #95012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95012B is #6AFED4. Grayscale: #323232. Windows color (decimal): -7012053 or 2818453. OLE color: 2818453.

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

Color convert

RGB149143-
CMYK00.990.710.42
HSL342.97º98.67%29.41%-
HSV(B)342.97º99.33%58.43%-
XYZ12.846.592.88-
YUV50.04124.03198.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 77.20%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 43 (17.19% from 255) = 22.28%
R=77.20%
G=0.52%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914300.990.710.42342.9798.6729.41
Hex9512B063472A157631d
Octal22515301431075252714335
Binary100101011101011011000111000111101010101010111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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