Html Css Color HEX #9A052C Carmine

📋 copy color: '#9A052C'

red 154 ◦ green 5 ◦ blue 44

#9A052C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #9A052C

Tints of Carmine #9A052C

RGB

 RED value IS 154 (60.55% from 255) = 75.86%

 GREEN value IS 5 (2.34% from 255) = 2.46%

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 75.86%
G = 2.46%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#9A052C (or 0x9A052C) is known color: Carmine. HEX triplet: 9A, 05 and 2C. RGB value is (154,5,44). Sum of RGB (Red+Green+Blue) = 154+5+44=203 (26% of max value = 765). Red value is 154 (60.55% from 255 or 75.86% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 154 - color contains mainly: red. Hex color #9A052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A052C is #65FAD3. Grayscale: #353535. Windows color (decimal): -6683348 or 2885018. OLE color: 2885018.

HSL color Cylindrical-coordinate representation of color #9A052C: hue angle of 344.3º 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 #9A052C is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 5 44 -
CMYK 0 0.97 0.71 0.40
HSL 344.3º 0.94% 0.31% -
HSV(B) 344.3º 0.97% 0.6% -
XYZ 13.84 7.16 3.04 -
YUV 54 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 154 5 44 0 0.97 0.71 0.40 344.3 0.94 0.31
Hex 9A 5 2C 0 61 47 28 158 5E 1F
Octal 232 5 54 0 141 107 50 530 136 37
Binary 10011010 101 101100 0 1100001 1000111 101000 101011000 1011110 11111

Color Harmonies of #9A052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A052C

Black with #9A052C

Text Example


Text Example

White with #9A052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A052C;
 }
 .AnyTagClassName
 {
   color: #9A052C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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