Html Css Color HEX #9A1024 Carmine

📋 copy color: '#9A1024'

red 154 ◦ green 16 ◦ blue 36

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

Shades of Carmine #9A1024

Tints of Carmine #9A1024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

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

R = 74.76%
G = 7.77%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#9A1024 (or 0x9A1024) is known color: Carmine. HEX triplet: 9A, 10 and 24. RGB value is (154,16,36). Sum of RGB (Red+Green+Blue) = 154+16+36=206 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.76% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1024 is #65EFDB. Grayscale: #3B3B3B. Windows color (decimal): -6680540 or 2363546. OLE color: 2363546.

HSL color Cylindrical-coordinate representation of color #9A1024: hue angle of 351.3º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1024 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 16 36 -
CMYK 0 0.90 0.77 0.40
HSL 351.3º 0.81% 0.33% -
HSV(B) 351.3º 0.9% 0.6% -
XYZ 13.83 7.37 2.36 -
YUV 59.54 114.72 195.37 -
System Red Green Blue C M Y K H S L
Decimal 154 16 36 0 0.90 0.77 0.40 351.3 0.81 0.33
Hex 9A 10 24 0 5A 4D 28 15F 51 21
Octal 232 20 44 0 132 115 50 537 121 41
Binary 10011010 10000 100100 0 1011010 1001101 101000 101011111 1010001 100001

Color Harmonies of #9A1024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1024

Black with #9A1024

Text Example


Text Example

White with #9A1024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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