Html Css Color HEX #9B141A Carmine

📋 copy color: '#9B141A'

red 155 ◦ green 20 ◦ blue 26

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

Shades of Carmine #9B141A

Tints of Carmine #9B141A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

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

R = 77.11%
G = 9.95%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B141A (or 0x9B141A) is known color: Carmine. HEX triplet: 9B, 14 and 1A. RGB value is (155,20,26). Sum of RGB (Red+Green+Blue) = 155+20+26=201 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.11% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 155 - color contains mainly: red. Hex color #9B141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B141A is #64EBE5. Grayscale: #3D3D3D. Windows color (decimal): -6613990 or 1709211. OLE color: 1709211.

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

Color convert

RGB 155 20 26 -
CMYK 0 0.87 0.83 0.39
HSL 357.33º 0.77% 0.34% -
HSV(B) 357.33º 0.87% 0.61% -
XYZ 13.95 7.54 1.7 -
YUV 61.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 155 20 26 0 0.87 0.83 0.39 357.33 0.77 0.34
Hex 9B 14 1A 0 57 53 27 165 4D 22
Octal 233 24 32 0 127 123 47 545 115 42
Binary 10011011 10100 11010 0 1010111 1010011 100111 101100101 1001101 100010

Color Harmonies of #9B141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B141A

Black with #9B141A

Text Example


Text Example

White with #9B141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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