Html Css Color HEX #9B0514 Carmine

📋 copy color: '#9B0514'

red 155 ◦ green 5 ◦ blue 20

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

Shades of Carmine #9B0514

Tints of Carmine #9B0514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.78%

 BLUE value IS 20 (8.2% from 255) = 11.11%

R = 86.11%
G = 2.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9B0514 (or 0x9B0514) is known color: Carmine. HEX triplet: 9B, 05 and 14. RGB value is (155,5,20). Sum of RGB (Red+Green+Blue) = 155+5+20=180 (23% of max value = 765). Red value is 155 (60.94% from 255 or 86.11% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0514 is #64FAEB. Grayscale: #333333. Windows color (decimal): -6617836 or 1312155. OLE color: 1312155.

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

Color convert

RGB 155 5 20 -
CMYK 0 0.97 0.87 0.39
HSL 354º 0.94% 0.31% -
HSV(B) 354º 0.97% 0.61% -
XYZ 13.7 7.13 1.32 -
YUV 51.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 155 5 20 0 0.97 0.87 0.39 354 0.94 0.31
Hex 9B 5 14 0 61 57 27 162 5E 1F
Octal 233 5 24 0 141 127 47 542 136 37
Binary 10011011 101 10100 0 1100001 1010111 100111 101100010 1011110 11111

Color Harmonies of #9B0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0514

Black with #9B0514

Text Example


Text Example

White with #9B0514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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