Html Css Color HEX #9B0239 Carmine

📋 copy color: '#9B0239'

red 155 ◦ green 2 ◦ blue 57

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

Shades of Carmine #9B0239

Tints of Carmine #9B0239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 26.64%

R = 72.43%
G = 0.93%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B0239 (or 0x9B0239) is known color: Carmine. HEX triplet: 9B, 02 and 39. RGB value is (155,2,57). Sum of RGB (Red+Green+Blue) = 155+2+57=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0239 is #64FDC6. Grayscale: #353535. Windows color (decimal): -6618567 or 3736219. OLE color: 3736219.

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

Color convert

RGB 155 2 57 -
CMYK 0 0.99 0.63 0.39
HSL 338.43º 0.97% 0.31% -
HSV(B) 338.43º 0.99% 0.61% -
XYZ 14.28 7.31 4.53 -
YUV 54.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 155 2 57 0 0.99 0.63 0.39 338.43 0.97 0.31
Hex 9B 2 39 0 63 3F 27 152 61 1F
Octal 233 2 71 0 143 77 47 522 141 37
Binary 10011011 10 111001 0 1100011 111111 100111 101010010 1100001 11111

Color Harmonies of #9B0239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0239

Black with #9B0239

Text Example


Text Example

White with #9B0239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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