Html Css Color HEX #9A0F24 Carmine

📋 copy color: '#9A0F24'

red 154 ◦ green 15 ◦ blue 36

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

Shades of Carmine #9A0F24

Tints of Carmine #9A0F24

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.32%

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

R = 75.12%
G = 7.32%
B = 17.56%

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

#9A0F24 (or 0x9A0F24) is known color: Carmine. HEX triplet: 9A, 0F and 24. RGB value is (154,15,36). Sum of RGB (Red+Green+Blue) = 154+15+36=205 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.12% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0F24 is #65F0DB. Grayscale: #3B3B3B. Windows color (decimal): -6680796 or 2363290. OLE color: 2363290.

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

Color convert

RGB 154 15 36 -
CMYK 0 0.90 0.77 0.40
HSL 350.94º 0.82% 0.33% -
HSV(B) 350.94º 0.9% 0.6% -
XYZ 13.82 7.34 2.36 -
YUV 58.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 154 15 36 0 0.90 0.77 0.40 350.94 0.82 0.33
Hex 9A F 24 0 5A 4D 28 15F 52 21
Octal 232 17 44 0 132 115 50 537 122 41
Binary 10011010 1111 100100 0 1011010 1001101 101000 101011111 1010010 100001

Color Harmonies of #9A0F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0F24

Black with #9A0F24

Text Example


Text Example

White with #9A0F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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