Html Css Color HEX #9A161A Carmine

📋 copy color: '#9A161A'

red 154 ◦ green 22 ◦ blue 26

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

Shades of Carmine #9A161A

Tints of Carmine #9A161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.89%

 BLUE value IS 26 (10.55% from 255) = 12.87%

R = 76.24%
G = 10.89%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#9A161A (or 0x9A161A) is known color: Carmine. HEX triplet: 9A, 16 and 1A. RGB value is (154,22,26). Sum of RGB (Red+Green+Blue) = 154+22+26=202 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.24% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 154 - color contains mainly: red. Hex color #9A161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A161A is #65E9E5. Grayscale: #3E3E3E. Windows color (decimal): -6679014 or 1709722. OLE color: 1709722.

HSL color Cylindrical-coordinate representation of color #9A161A: hue angle of 358.18º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A161A is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 22 26 -
CMYK 0 0.86 0.83 0.40
HSL 358.18º 0.75% 0.35% -
HSV(B) 358.18º 0.86% 0.6% -
XYZ 13.8 7.52 1.7 -
YUV 61.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 154 22 26 0 0.86 0.83 0.40 358.18 0.75 0.35
Hex 9A 16 1A 0 56 53 28 166 4B 23
Octal 232 26 32 0 126 123 50 546 113 43
Binary 10011010 10110 11010 0 1010110 1010011 101000 101100110 1001011 100011

Color Harmonies of #9A161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A161A

Black with #9A161A

Text Example


Text Example

White with #9A161A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,22,26); }

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

background-color css

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

 a { background-color: rgb(154,22,26); }

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

border-color css

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

 span { border-color: rgb(154,22,26); }

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