Html Css Color HEX #9B0231 Carmine

📋 copy color: '#9B0231'

red 155 ◦ green 2 ◦ blue 49

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

Shades of Carmine #9B0231

Tints of Carmine #9B0231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.79%

R = 75.24%
G = 0.97%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B0231 (or 0x9B0231) is known color: Carmine. HEX triplet: 9B, 02 and 31. RGB value is (155,2,49). Sum of RGB (Red+Green+Blue) = 155+2+49=206 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.24% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0231 is #64FDCE. Grayscale: #353535. Windows color (decimal): -6618575 or 3211931. OLE color: 3211931.

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

Color convert

RGB 155 2 49 -
CMYK 0 0.99 0.68 0.39
HSL 341.57º 0.97% 0.31% -
HSV(B) 341.57º 0.99% 0.61% -
XYZ 14.09 7.23 3.56 -
YUV 53.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 155 2 49 0 0.99 0.68 0.39 341.57 0.97 0.31
Hex 9B 2 31 0 63 44 27 156 61 1F
Octal 233 2 61 0 143 104 47 526 141 37
Binary 10011011 10 110001 0 1100011 1000100 100111 101010110 1100001 11111

Color Harmonies of #9B0231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0231

Black with #9B0231

Text Example


Text Example

White with #9B0231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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