#950025

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

Shades of Carmine #950025

Tints of Carmine #950025

Color information

#950025 (or 0x950025) is unknown color: approx Carmine. HEX triplet: 95, 00 and 25. RGB value is (149,0,37). Sum of RGB (Red+Green+Blue) = 149+0+37=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #950025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950025 is #6AFFDA. Grayscale: #303030. Windows color (decimal): -7012315 or 2424981. OLE color: 2424981.

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

Color convert

RGB149037-
CMYK010.750.42
HSL345.1º100%29.22%-
HSV(B)345.1º100%58.43%-
XYZ12.736.522.34-
YUV48.77121.36199.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 80.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 19.89%
R=80.11%
G=0%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149037010.750.42345.110029.22
Hex950250644B2A159641d
Octal22504501441135253114435
Binary100101010100101011001001001011101010101011001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950025; }

 p { color: rgb(149,0,37); }

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

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

 a { background-color: rgb(149,0,37); }

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

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

 span { border-color: rgb(149,0,37); }

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