#95122A

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

Shades of Carmine #95122A

Tints of Carmine #95122A

Color information

#95122A (or 0x95122A) is unknown color: approx Carmine. HEX triplet: 95, 12 and 2A. RGB value is (149,18,42). Sum of RGB (Red+Green+Blue) = 149+18+42=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #95122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95122A is #6AEDD5. Grayscale: #3B3B3B. Windows color (decimal): -7007702 or 2757269. OLE color: 2757269.

HSL color Cylindrical-coordinate representation of color #95122A: hue angle of 349.01º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95122A is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1491842-
CMYK00.880.720.42
HSL349.01º78.44%32.75%-
HSV(B)349.01º87.92%58.43%-
XYZ13.036.992.85-
YUV59.9117.9191.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.29%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=71.29%
G=8.61%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149184200.880.720.42349.0178.4432.75
Hex95122A058482A15d4e21
Octal225225201301105253511641
Binary10010101100101010100101100010010001010101010111011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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