Html Css Color HEX #9A191B Carmine

📋 copy color: '#9A191B'

red 154 ◦ green 25 ◦ blue 27

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

Shades of Carmine #9A191B

Tints of Carmine #9A191B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.14%

 BLUE value IS 27 (10.94% from 255) = 13.11%

R = 74.76%
G = 12.14%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A191B (or 0x9A191B) is known color: Carmine. HEX triplet: 9A, 19 and 1B. RGB value is (154,25,27). Sum of RGB (Red+Green+Blue) = 154+25+27=206 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.76% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 154 - color contains mainly: red. Hex color #9A191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A191B is #65E6E4. Grayscale: #3F3F3F. Windows color (decimal): -6678245 or 1776026. OLE color: 1776026.

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

Color convert

RGB 154 25 27 -
CMYK 0 0.84 0.82 0.40
HSL 359.07º 0.72% 0.35% -
HSV(B) 359.07º 0.84% 0.6% -
XYZ 13.87 7.64 1.78 -
YUV 63.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 154 25 27 0 0.84 0.82 0.40 359.07 0.72 0.35
Hex 9A 19 1B 0 54 52 28 167 48 23
Octal 232 31 33 0 124 122 50 547 110 43
Binary 10011010 11001 11011 0 1010100 1010010 101000 101100111 1001000 100011

Color Harmonies of #9A191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A191B

Black with #9A191B

Text Example


Text Example

White with #9A191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,25,27); }

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

background-color css

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

 a { background-color: rgb(154,25,27); }

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

border-color css

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

 span { border-color: rgb(154,25,27); }

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