Html Css Color HEX #9B0C1B Carmine

📋 copy color: '#9B0C1B'

red 155 ◦ green 12 ◦ blue 27

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

Shades of Carmine #9B0C1B

Tints of Carmine #9B0C1B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.19%

 BLUE value IS 27 (10.94% from 255) = 13.92%

R = 79.9%
G = 6.19%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B0C1B (or 0x9B0C1B) is known color: Carmine. HEX triplet: 9B, 0C and 1B. RGB value is (155,12,27). Sum of RGB (Red+Green+Blue) = 155+12+27=194 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.90% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0C1B is #64F3E4. Grayscale: #383838. Windows color (decimal): -6616037 or 1772699. OLE color: 1772699.

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

Color convert

RGB 155 12 27 -
CMYK 0 0.92 0.83 0.39
HSL 353.71º 0.86% 0.33% -
HSV(B) 353.71º 0.92% 0.61% -
XYZ 13.85 7.31 1.72 -
YUV 56.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 155 12 27 0 0.92 0.83 0.39 353.71 0.86 0.33
Hex 9B C 1B 0 5C 53 27 162 56 21
Octal 233 14 33 0 134 123 47 542 126 41
Binary 10011011 1100 11011 0 1011100 1010011 100111 101100010 1010110 100001

Color Harmonies of #9B0C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0C1B

Black with #9B0C1B

Text Example


Text Example

White with #9B0C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,12,27); }

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

background-color css

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

 a { background-color: rgb(155,12,27); }

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

border-color css

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

 span { border-color: rgb(155,12,27); }

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