Html Css Color HEX #9A131D Carmine

📋 copy color: '#9A131D'

red 154 ◦ green 19 ◦ blue 29

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

Shades of Carmine #9A131D

Tints of Carmine #9A131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

 BLUE value IS 29 (11.72% from 255) = 14.36%

R = 76.24%
G = 9.41%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A131D (or 0x9A131D) is known color: Carmine. HEX triplet: 9A, 13 and 1D. RGB value is (154,19,29). Sum of RGB (Red+Green+Blue) = 154+19+29=202 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.24% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 154 - color contains mainly: red. Hex color #9A131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A131D is #65ECE2. Grayscale: #3C3C3C. Windows color (decimal): -6679779 or 1905562. OLE color: 1905562.

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

Color convert

RGB 154 19 29 -
CMYK 0 0.88 0.81 0.40
HSL 355.56º 0.78% 0.34% -
HSV(B) 355.56º 0.88% 0.6% -
XYZ 13.78 7.42 1.87 -
YUV 60.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 154 19 29 0 0.88 0.81 0.40 355.56 0.78 0.34
Hex 9A 13 1D 0 58 51 28 164 4E 22
Octal 232 23 35 0 130 121 50 544 116 42
Binary 10011010 10011 11101 0 1011000 1010001 101000 101100100 1001110 100010

Color Harmonies of #9A131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A131D

Black with #9A131D

Text Example


Text Example

White with #9A131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,19,29); }

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

background-color css

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

 a { background-color: rgb(154,19,29); }

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

border-color css

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

 span { border-color: rgb(154,19,29); }

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