Html Css Color HEX #9B051B Carmine

📋 copy color: '#9B051B'

red 155 ◦ green 5 ◦ blue 27

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

Shades of Carmine #9B051B

Tints of Carmine #9B051B

RGB

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

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

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

R = 82.89%
G = 2.67%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B051B (or 0x9B051B) is known color: Carmine. HEX triplet: 9B, 05 and 1B. RGB value is (155,5,27). Sum of RGB (Red+Green+Blue) = 155+5+27=187 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.89% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 155 - color contains mainly: red. Hex color #9B051B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B051B is #64FAE4. Grayscale: #343434. Windows color (decimal): -6617829 or 1770907. OLE color: 1770907.

HSL color Cylindrical-coordinate representation of color #9B051B: hue angle of 351.2º 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 #9B051B is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 5 27 -
CMYK 0 0.97 0.83 0.39
HSL 351.2º 0.94% 0.31% -
HSV(B) 351.2º 0.97% 0.61% -
XYZ 13.77 7.16 1.69 -
YUV 52.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 155 5 27 0 0.97 0.83 0.39 351.2 0.94 0.31
Hex 9B 5 1B 0 61 53 27 15F 5E 1F
Octal 233 5 33 0 141 123 47 537 136 37
Binary 10011011 101 11011 0 1100001 1010011 100111 101011111 1011110 11111

Color Harmonies of #9B051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B051B

Black with #9B051B

Text Example


Text Example

White with #9B051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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