#95022A

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

Shades of Carmine #95022A

Tints of Carmine #95022A

Color information

#95022A (or 0x95022A) is unknown color: approx Carmine. HEX triplet: 95, 02 and 2A. RGB value is (149,2,42). Sum of RGB (Red+Green+Blue) = 149+2+42=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #95022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95022A is #6AFDD5. Grayscale: #323232. Windows color (decimal): -7011798 or 2753173. OLE color: 2753173.

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

Color convert

RGB149242-
CMYK00.990.720.42
HSL343.67º97.35%29.61%-
HSV(B)343.67º98.66%58.43%-
XYZ12.836.62.79-
YUV50.51123.2198.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 77.20%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=77.20%
G=1.04%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14924200.990.720.42343.6797.3529.61
Hex9522A063482A158611e
Octal22525201431105253014136
Binary1001010110101010011000111001000101010101011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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