Html Css Color HEX #9B101A Carmine

📋 copy color: '#9B101A'

red 155 ◦ green 16 ◦ blue 26

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

Shades of Carmine #9B101A

Tints of Carmine #9B101A

RGB

 RED value IS 155 (60.94% from 255) = 78.68%

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

 BLUE value IS 26 (10.55% from 255) = 13.2%

R = 78.68%
G = 8.12%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B101A (or 0x9B101A) is known color: Carmine. HEX triplet: 9B, 10 and 1A. RGB value is (155,16,26). Sum of RGB (Red+Green+Blue) = 155+16+26=197 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.68% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 155 - color contains mainly: red. Hex color #9B101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B101A is #64EFE5. Grayscale: #3A3A3A. Windows color (decimal): -6615014 or 1708187. OLE color: 1708187.

HSL color Cylindrical-coordinate representation of color #9B101A: hue angle of 355.68º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B101A is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 16 26 -
CMYK 0 0.90 0.83 0.39
HSL 355.68º 0.81% 0.34% -
HSV(B) 355.68º 0.9% 0.61% -
XYZ 13.89 7.41 1.68 -
YUV 58.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 155 16 26 0 0.90 0.83 0.39 355.68 0.81 0.34
Hex 9B 10 1A 0 5A 53 27 164 51 22
Octal 233 20 32 0 132 123 47 544 121 42
Binary 10011011 10000 11010 0 1011010 1010011 100111 101100100 1010001 100010

Color Harmonies of #9B101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B101A

Black with #9B101A

Text Example


Text Example

White with #9B101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,16,26); }

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

background-color css

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

 a { background-color: rgb(155,16,26); }

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

border-color css

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

 span { border-color: rgb(155,16,26); }

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