Html Css Color HEX #9A0E26 Carmine

📋 copy color: '#9A0E26'

red 154 ◦ green 14 ◦ blue 38

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

Shades of Carmine #9A0E26

Tints of Carmine #9A0E26

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.8%

 BLUE value IS 38 (15.23% from 255) = 18.45%

R = 74.76%
G = 6.8%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#9A0E26 (or 0x9A0E26) is known color: Carmine. HEX triplet: 9A, 0E and 26. RGB value is (154,14,38). Sum of RGB (Red+Green+Blue) = 154+14+38=206 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.76% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0E26 is #65F1D9. Grayscale: #3A3A3A. Windows color (decimal): -6681050 or 2494106. OLE color: 2494106.

HSL color Cylindrical-coordinate representation of color #9A0E26: hue angle of 349.71º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A0E26 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 14 38 -
CMYK 0 0.91 0.75 0.40
HSL 349.71º 0.83% 0.33% -
HSV(B) 349.71º 0.91% 0.6% -
XYZ 13.83 7.32 2.52 -
YUV 58.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 154 14 38 0 0.91 0.75 0.40 349.71 0.83 0.33
Hex 9A E 26 0 5B 4B 28 15E 53 21
Octal 232 16 46 0 133 113 50 536 123 41
Binary 10011010 1110 100110 0 1011011 1001011 101000 101011110 1010011 100001

Color Harmonies of #9A0E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0E26

Black with #9A0E26

Text Example


Text Example

White with #9A0E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,14,38); }

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

background-color css

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

 a { background-color: rgb(154,14,38); }

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

border-color css

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

 span { border-color: rgb(154,14,38); }

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