#9A052A

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

Shades of Carmine #9A052A

Tints of Carmine #9A052A

Color information

#9A052A (or 0x9A052A) is unknown color: approx Carmine. HEX triplet: 9A, 05 and 2A. RGB value is (154,5,42). Sum of RGB (Red+Green+Blue) = 154+5+42=201 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.62% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 154 - color contains mainly: red. Hex color #9A052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A052A is #65FAD5. Grayscale: #353535. Windows color (decimal): -6683350 or 2753946. OLE color: 2753946.

HSL color Cylindrical-coordinate representation of color #9A052A: hue angle of 345.1º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A052A is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB154542-
CMYK00.970.730.40
HSL345.1º93.71%31.18%-
HSV(B)345.1º96.75%60.39%-
XYZ13.87.152.84-
YUV53.77121.36199.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 76.62%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=76.62%
G=2.49%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15454200.970.730.40345.193.7131.18
Hex9A52A06149281595e1f
Octal23255201411115053113637
Binary10011010101101010011000011001001101000101011001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A052A; }

 p { color: rgb(154,5,42); }

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

<style>
 a { background-color: #9A052A; }

 a { background-color: rgb(154,5,42); }

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

<style>
 span { border-color: #9A052A; }

 span { border-color: rgb(154,5,42); }

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