Html Css Color HEX #9A101F Carmine

📋 copy color: '#9A101F'

red 154 ◦ green 16 ◦ blue 31

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

Shades of Carmine #9A101F

Tints of Carmine #9A101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

 BLUE value IS 31 (12.5% from 255) = 15.42%

R = 76.62%
G = 7.96%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#9A101F (or 0x9A101F) is known color: Carmine. HEX triplet: 9A, 10 and 1F. RGB value is (154,16,31). Sum of RGB (Red+Green+Blue) = 154+16+31=201 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.62% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 154 - color contains mainly: red. Hex color #9A101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A101F is #65EFE0. Grayscale: #3B3B3B. Windows color (decimal): -6680545 or 2035866. OLE color: 2035866.

HSL color Cylindrical-coordinate representation of color #9A101F: hue angle of 353.48º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A101F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 16 31 -
CMYK 0 0.90 0.80 0.40
HSL 353.48º 0.81% 0.33% -
HSV(B) 353.48º 0.9% 0.6% -
XYZ 13.76 7.34 1.99 -
YUV 58.97 112.22 195.78 -
System Red Green Blue C M Y K H S L
Decimal 154 16 31 0 0.90 0.80 0.40 353.48 0.81 0.33
Hex 9A 10 1F 0 5A 50 28 161 51 21
Octal 232 20 37 0 132 120 50 541 121 41
Binary 10011010 10000 11111 0 1011010 1010000 101000 101100001 1010001 100001

Color Harmonies of #9A101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A101F

Black with #9A101F

Text Example


Text Example

White with #9A101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,16,31); }

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

background-color css

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

 a { background-color: rgb(154,16,31); }

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

border-color css

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

 span { border-color: rgb(154,16,31); }

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