#95022F

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

Shades of Carmine #95022F

Tints of Carmine #95022F

Color information

#95022F (or 0x95022F) is unknown color: approx Carmine. HEX triplet: 95, 02 and 2F. RGB value is (149,2,47). Sum of RGB (Red+Green+Blue) = 149+2+47=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #95022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95022F is #6AFDD0. Grayscale: #333333. Windows color (decimal): -7011793 or 3080853. OLE color: 3080853.

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

Color convert

RGB149247-
CMYK00.990.680.42
HSL341.63º97.35%29.61%-
HSV(B)341.63º98.66%58.43%-
XYZ12.936.643.29-
YUV51.08125.7197.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 75.25%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 47 (18.75% from 255) = 23.74%
R=75.25%
G=1.01%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14924700.990.680.42341.6397.3529.61
Hex9522F063442A156611e
Octal22525701431045252614136
Binary1001010110101111011000111000100101010101010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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