Html Css Color HEX #9A0817 Carmine

📋 copy color: '#9A0817'

red 154 ◦ green 8 ◦ blue 23

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

Shades of Carmine #9A0817

Tints of Carmine #9A0817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 83.24%
G = 4.32%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#9A0817 (or 0x9A0817) is known color: Carmine. HEX triplet: 9A, 08 and 17. RGB value is (154,8,23). Sum of RGB (Red+Green+Blue) = 154+8+23=185 (24% of max value = 765). Red value is 154 (60.55% from 255 or 83.24% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0817 is #65F7E8. Grayscale: #353535. Windows color (decimal): -6682601 or 1509530. OLE color: 1509530.

HSL color Cylindrical-coordinate representation of color #9A0817: hue angle of 353.84º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0817 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 8 23 -
CMYK 0 0.95 0.85 0.40
HSL 353.84º 0.9% 0.32% -
HSV(B) 353.84º 0.95% 0.6% -
XYZ 13.57 7.11 1.47 -
YUV 53.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 154 8 23 0 0.95 0.85 0.40 353.84 0.9 0.32
Hex 9A 8 17 0 5F 55 28 162 5A 20
Octal 232 10 27 0 137 125 50 542 132 40
Binary 10011010 1000 10111 0 1011111 1010101 101000 101100010 1011010 100000

Color Harmonies of #9A0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0817

Black with #9A0817

Text Example


Text Example

White with #9A0817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,8,23); }

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

background-color css

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

 a { background-color: rgb(154,8,23); }

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

border-color css

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

 span { border-color: rgb(154,8,23); }

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