Html Css Color HEX #9B021B Carmine

📋 copy color: '#9B021B'

red 155 ◦ green 2 ◦ blue 27

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

Shades of Carmine #9B021B

Tints of Carmine #9B021B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 84.24%
G = 1.09%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B021B (or 0x9B021B) is known color: Carmine. HEX triplet: 9B, 02 and 1B. RGB value is (155,2,27). Sum of RGB (Red+Green+Blue) = 155+2+27=184 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.24% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 155 - color contains mainly: red. Hex color #9B021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B021B is #64FDE4. Grayscale: #323232. Windows color (decimal): -6618597 or 1770139. OLE color: 1770139.

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

Color convert

RGB 155 2 27 -
CMYK 0 0.99 0.83 0.39
HSL 350.2º 0.97% 0.31% -
HSV(B) 350.2º 0.99% 0.61% -
XYZ 13.74 7.09 1.68 -
YUV 50.6 114.69 202.47 -
System Red Green Blue C M Y K H S L
Decimal 155 2 27 0 0.99 0.83 0.39 350.2 0.97 0.31
Hex 9B 2 1B 0 63 53 27 15E 61 1F
Octal 233 2 33 0 143 123 47 536 141 37
Binary 10011011 10 11011 0 1100011 1010011 100111 101011110 1100001 11111

Color Harmonies of #9B021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B021B

Black with #9B021B

Text Example


Text Example

White with #9B021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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