Html Css Color HEX #9A151A Carmine

📋 copy color: '#9A151A'

red 154 ◦ green 21 ◦ blue 26

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

Shades of Carmine #9A151A

Tints of Carmine #9A151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

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

R = 76.62%
G = 10.45%
B = 12.94%

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

#9A151A (or 0x9A151A) is known color: Carmine. HEX triplet: 9A, 15 and 1A. RGB value is (154,21,26). Sum of RGB (Red+Green+Blue) = 154+21+26=201 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.62% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 154 - color contains mainly: red. Hex color #9A151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A151A is #65EAE5. Grayscale: #3D3D3D. Windows color (decimal): -6679270 or 1709466. OLE color: 1709466.

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

Color convert

RGB 154 21 26 -
CMYK 0 0.86 0.83 0.40
HSL 357.74º 0.76% 0.34% -
HSV(B) 357.74º 0.86% 0.6% -
XYZ 13.78 7.48 1.69 -
YUV 61.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 154 21 26 0 0.86 0.83 0.40 357.74 0.76 0.34
Hex 9A 15 1A 0 56 53 28 166 4C 22
Octal 232 25 32 0 126 123 50 546 114 42
Binary 10011010 10101 11010 0 1010110 1010011 101000 101100110 1001100 100010

Color Harmonies of #9A151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A151A

Black with #9A151A

Text Example


Text Example

White with #9A151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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