#95061A

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

Shades of Carmine #95061A

Tints of Carmine #95061A

Color information

#95061A (or 0x95061A) is unknown color: approx Carmine. HEX triplet: 95, 06 and 1A. RGB value is (149,6,26). Sum of RGB (Red+Green+Blue) = 149+6+26=181 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.32% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 149 - color contains mainly: red. Hex color #95061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95061A is #6AF9E5. Grayscale: #333333. Windows color (decimal): -7010790 or 1705621. OLE color: 1705621.

HSL color Cylindrical-coordinate representation of color #95061A: hue angle of 351.61º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95061A is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB149626-
CMYK00.960.830.42
HSL351.61º92.26%30.39%-
HSV(B)351.61º95.97%58.43%-
XYZ12.656.591.58-
YUV51.04113.88197.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 82.32%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=82.32%
G=3.31%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14962600.960.830.42351.6192.2630.39
Hex9561A060532A1605c1e
Octal22563201401235254013436
Binary1001010111011010011000001010011101010101100000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,6,26); }

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

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

 a { background-color: rgb(149,6,26); }

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

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

 span { border-color: rgb(149,6,26); }

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