#95002E

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

Shades of Carmine #95002E

Tints of Carmine #95002E

Color information

#95002E (or 0x95002E) is unknown color: approx Carmine. HEX triplet: 95, 00 and 2E. RGB value is (149,0,46). Sum of RGB (Red+Green+Blue) = 149+0+46=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #95002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95002E is #6AFFD1. Grayscale: #313131. Windows color (decimal): -7012306 or 3014805. OLE color: 3014805.

HSL color Cylindrical-coordinate representation of color #95002E: hue angle of 341.48º 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 #95002E is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB149046-
CMYK010.690.42
HSL341.48º100%29.22%-
HSV(B)341.48º100%58.43%-
XYZ12.896.593.18-
YUV49.79125.86198.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 76.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=76.41%
G=0%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149046010.690.42341.4810029.22
Hex9502E064452A155641d
Octal22505601441055252514435
Binary100101010101110011001001000101101010101010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95002E; }

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

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

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

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

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

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

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

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