Html Css Color HEX #9B0331 Carmine

📋 copy color: '#9B0331'

red 155 ◦ green 3 ◦ blue 49

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

Shades of Carmine #9B0331

Tints of Carmine #9B0331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

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

R = 74.88%
G = 1.45%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B0331 (or 0x9B0331) is known color: Carmine. HEX triplet: 9B, 03 and 31. RGB value is (155,3,49). Sum of RGB (Red+Green+Blue) = 155+3+49=207 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.88% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0331 is #64FCCE. Grayscale: #353535. Windows color (decimal): -6618319 or 3212187. OLE color: 3212187.

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

Color convert

RGB 155 3 49 -
CMYK 0 0.98 0.68 0.39
HSL 341.84º 0.96% 0.31% -
HSV(B) 341.84º 0.98% 0.61% -
XYZ 14.1 7.26 3.56 -
YUV 53.69 125.36 200.26 -
System Red Green Blue C M Y K H S L
Decimal 155 3 49 0 0.98 0.68 0.39 341.84 0.96 0.31
Hex 9B 3 31 0 62 44 27 156 60 1F
Octal 233 3 61 0 142 104 47 526 140 37
Binary 10011011 11 110001 0 1100010 1000100 100111 101010110 1100000 11111

Color Harmonies of #9B0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0331

Black with #9B0331

Text Example


Text Example

White with #9B0331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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