Html Css Color HEX #9A181E Carmine

📋 copy color: '#9A181E'

red 154 ◦ green 24 ◦ blue 30

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

Shades of Carmine #9A181E

Tints of Carmine #9A181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

 BLUE value IS 30 (12.11% from 255) = 14.42%

R = 74.04%
G = 11.54%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A181E (or 0x9A181E) is known color: Carmine. HEX triplet: 9A, 18 and 1E. RGB value is (154,24,30). Sum of RGB (Red+Green+Blue) = 154+24+30=208 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.04% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 154 - color contains mainly: red. Hex color #9A181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A181E is #65E7E1. Grayscale: #3F3F3F. Windows color (decimal): -6678498 or 1972378. OLE color: 1972378.

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

Color convert

RGB 154 24 30 -
CMYK 0 0.84 0.81 0.40
HSL 357.23º 0.73% 0.35% -
HSV(B) 357.23º 0.84% 0.6% -
XYZ 13.89 7.62 1.97 -
YUV 63.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 154 24 30 0 0.84 0.81 0.40 357.23 0.73 0.35
Hex 9A 18 1E 0 54 51 28 165 49 23
Octal 232 30 36 0 124 121 50 545 111 43
Binary 10011010 11000 11110 0 1010100 1010001 101000 101100101 1001001 100011

Color Harmonies of #9A181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A181E

Black with #9A181E

Text Example


Text Example

White with #9A181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,24,30); }

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

background-color css

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

 a { background-color: rgb(154,24,30); }

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

border-color css

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

 span { border-color: rgb(154,24,30); }

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