Html Css Color HEX #9A0717 Carmine

📋 copy color: '#9A0717'

red 154 ◦ green 7 ◦ blue 23

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

Shades of Carmine #9A0717

Tints of Carmine #9A0717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

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

R = 83.7%
G = 3.8%
B = 12.5%

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

#9A0717 (or 0x9A0717) is known color: Carmine. HEX triplet: 9A, 07 and 17. RGB value is (154,7,23). Sum of RGB (Red+Green+Blue) = 154+7+23=184 (24% of max value = 765). Red value is 154 (60.55% from 255 or 83.70% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0717 is #65F8E8. Grayscale: #343434. Windows color (decimal): -6682857 or 1509274. OLE color: 1509274.

HSL color Cylindrical-coordinate representation of color #9A0717: hue angle of 353.47º degrees, saturation: 0.91, 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 #9A0717 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 7 23 -
CMYK 0 0.95 0.85 0.40
HSL 353.47º 0.91% 0.32% -
HSV(B) 353.47º 0.95% 0.6% -
XYZ 13.56 7.08 1.46 -
YUV 52.78 111.2 200.2 -
System Red Green Blue C M Y K H S L
Decimal 154 7 23 0 0.95 0.85 0.40 353.47 0.91 0.32
Hex 9A 7 17 0 5F 55 28 161 5B 20
Octal 232 7 27 0 137 125 50 541 133 40
Binary 10011010 111 10111 0 1011111 1010101 101000 101100001 1011011 100000

Color Harmonies of #9A0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0717

Black with #9A0717

Text Example


Text Example

White with #9A0717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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