Html Css Color HEX #9B081B Carmine

📋 copy color: '#9B081B'

red 155 ◦ green 8 ◦ blue 27

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

Shades of Carmine #9B081B

Tints of Carmine #9B081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

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

R = 81.58%
G = 4.21%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B081B (or 0x9B081B) is known color: Carmine. HEX triplet: 9B, 08 and 1B. RGB value is (155,8,27). Sum of RGB (Red+Green+Blue) = 155+8+27=190 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.58% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 155 - color contains mainly: red. Hex color #9B081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B081B is #64F7E4. Grayscale: #363636. Windows color (decimal): -6617061 or 1771675. OLE color: 1771675.

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

Color convert

RGB 155 8 27 -
CMYK 0 0.95 0.83 0.39
HSL 352.24º 0.9% 0.32% -
HSV(B) 352.24º 0.95% 0.61% -
XYZ 13.8 7.22 1.7 -
YUV 54.12 112.7 199.96 -
System Red Green Blue C M Y K H S L
Decimal 155 8 27 0 0.95 0.83 0.39 352.24 0.9 0.32
Hex 9B 8 1B 0 5F 53 27 160 5A 20
Octal 233 10 33 0 137 123 47 540 132 40
Binary 10011011 1000 11011 0 1011111 1010011 100111 101100000 1011010 100000

Color Harmonies of #9B081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B081B

Black with #9B081B

Text Example


Text Example

White with #9B081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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