Html Css Color HEX #9A0617 Carmine

📋 copy color: '#9A0617'

red 154 ◦ green 6 ◦ blue 23

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

Shades of Carmine #9A0617

Tints of Carmine #9A0617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.28%

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

R = 84.15%
G = 3.28%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#9A0617 (or 0x9A0617) is known color: Carmine. HEX triplet: 9A, 06 and 17. RGB value is (154,6,23). Sum of RGB (Red+Green+Blue) = 154+6+23=183 (24% of max value = 765). Red value is 154 (60.55% from 255 or 84.15% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0617 is #65F9E8. Grayscale: #343434. Windows color (decimal): -6683113 or 1509018. OLE color: 1509018.

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

Color convert

RGB 154 6 23 -
CMYK 0 0.96 0.85 0.40
HSL 353.11º 0.93% 0.31% -
HSV(B) 353.11º 0.96% 0.6% -
XYZ 13.55 7.06 1.46 -
YUV 52.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 154 6 23 0 0.96 0.85 0.40 353.11 0.93 0.31
Hex 9A 6 17 0 60 55 28 161 5C 1F
Octal 232 6 27 0 140 125 50 541 134 37
Binary 10011010 110 10111 0 1100000 1010101 101000 101100001 1011100 11111

Color Harmonies of #9A0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0617

Black with #9A0617

Text Example


Text Example

White with #9A0617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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