Html Css Color HEX #9A151B Carmine

📋 copy color: '#9A151B'

red 154 ◦ green 21 ◦ blue 27

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

Shades of Carmine #9A151B

Tints of Carmine #9A151B

RGB

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

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

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

R = 76.24%
G = 10.4%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A151B (or 0x9A151B) is known color: Carmine. HEX triplet: 9A, 15 and 1B. RGB value is (154,21,27). Sum of RGB (Red+Green+Blue) = 154+21+27=202 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.24% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 154 - color contains mainly: red. Hex color #9A151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A151B is #65EAE4. Grayscale: #3D3D3D. Windows color (decimal): -6679269 or 1775002. OLE color: 1775002.

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

Color convert

RGB 154 21 27 -
CMYK 0 0.86 0.82 0.40
HSL 357.29º 0.76% 0.34% -
HSV(B) 357.29º 0.86% 0.6% -
XYZ 13.79 7.49 1.75 -
YUV 61.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 154 21 27 0 0.86 0.82 0.40 357.29 0.76 0.34
Hex 9A 15 1B 0 56 52 28 165 4C 22
Octal 232 25 33 0 126 122 50 545 114 42
Binary 10011010 10101 11011 0 1010110 1010010 101000 101100101 1001100 100010

Color Harmonies of #9A151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A151B

Black with #9A151B

Text Example


Text Example

White with #9A151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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