#95022E

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

Shades of Carmine #95022E

Tints of Carmine #95022E

Color information

#95022E (or 0x95022E) is unknown color: approx Carmine. HEX triplet: 95, 02 and 2E. RGB value is (149,2,46). Sum of RGB (Red+Green+Blue) = 149+2+46=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #95022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95022E is #6AFDD1. Grayscale: #323232. Windows color (decimal): -7011794 or 3015317. OLE color: 3015317.

HSL color Cylindrical-coordinate representation of color #95022E: hue angle of 342.04º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95022E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB149246-
CMYK00.990.690.42
HSL342.04º97.35%29.61%-
HSV(B)342.04º98.66%58.43%-
XYZ12.916.633.18-
YUV50.97125.2197.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 75.63%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=75.63%
G=1.02%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14924600.990.690.42342.0497.3529.61
Hex9522E063452A156611e
Octal22525601431055252614136
Binary1001010110101110011000111000101101010101010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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