Html Css Color HEX #9A052A Carmine

📋 copy color: '#9A052A'

red 154 ◦ green 5 ◦ blue 42

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

Shades of Carmine #9A052A

Tints of Carmine #9A052A

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.8% from 255) = 20.9%

R = 76.62%
G = 2.49%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#9A052A (or 0x9A052A) is known color: 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

RGB 154 5 42 -
CMYK 0 0.97 0.73 0.40
HSL 345.1º 0.94% 0.31% -
HSV(B) 345.1º 0.97% 0.6% -
XYZ 13.8 7.15 2.84 -
YUV 53.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 154 5 42 0 0.97 0.73 0.40 345.1 0.94 0.31
Hex 9A 5 2A 0 61 49 28 159 5E 1F
Octal 232 5 52 0 141 111 50 531 136 37
Binary 10011010 101 101010 0 1100001 1001001 101000 101011001 1011110 11111

Color Harmonies of #9A052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A052A

Black with #9A052A

Text Example


Text Example

White with #9A052A

Text Example


Text Example

HTML Codes & Css Web 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>