Html Css Color HEX #9A1524 Carmine

📋 copy color: '#9A1524'

red 154 ◦ green 21 ◦ blue 36

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

Shades of Carmine #9A1524

Tints of Carmine #9A1524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.06%

R = 72.99%
G = 9.95%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#9A1524 (or 0x9A1524) is known color: Carmine. HEX triplet: 9A, 15 and 24. RGB value is (154,21,36). Sum of RGB (Red+Green+Blue) = 154+21+36=211 (27% of max value = 765). Red value is 154 (60.55% from 255 or 72.99% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1524 is #65EADB. Grayscale: #3E3E3E. Windows color (decimal): -6679260 or 2364826. OLE color: 2364826.

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

Color convert

RGB 154 21 36 -
CMYK 0 0.86 0.77 0.40
HSL 353.23º 0.76% 0.34% -
HSV(B) 353.23º 0.86% 0.6% -
XYZ 13.91 7.53 2.39 -
YUV 62.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 154 21 36 0 0.86 0.77 0.40 353.23 0.76 0.34
Hex 9A 15 24 0 56 4D 28 161 4C 22
Octal 232 25 44 0 126 115 50 541 114 42
Binary 10011010 10101 100100 0 1010110 1001101 101000 101100001 1001100 100010

Color Harmonies of #9A1524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1524

Black with #9A1524

Text Example


Text Example

White with #9A1524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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