Html Css Color HEX #9B0122 Carmine

📋 copy color: '#9B0122'

red 155 ◦ green 1 ◦ blue 34

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

Shades of Carmine #9B0122

Tints of Carmine #9B0122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 34 (13.67% from 255) = 17.89%

R = 81.58%
G = 0.53%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9B0122 (or 0x9B0122) is known color: Carmine. HEX triplet: 9B, 01 and 22. RGB value is (155,1,34). Sum of RGB (Red+Green+Blue) = 155+1+34=190 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.58% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0122 is #64FEDD. Grayscale: #323232. Windows color (decimal): -6618846 or 2228635. OLE color: 2228635.

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

Color convert

RGB 155 1 34 -
CMYK 0 0.99 0.78 0.39
HSL 347.14º 0.99% 0.31% -
HSV(B) 347.14º 0.99% 0.61% -
XYZ 13.82 7.11 2.16 -
YUV 50.81 118.52 202.32 -
System Red Green Blue C M Y K H S L
Decimal 155 1 34 0 0.99 0.78 0.39 347.14 0.99 0.31
Hex 9B 1 22 0 63 4E 27 15B 63 1F
Octal 233 1 42 0 143 116 47 533 143 37
Binary 10011011 1 100010 0 1100011 1001110 100111 101011011 1100011 11111

Color Harmonies of #9B0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0122

Black with #9B0122

Text Example


Text Example

White with #9B0122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,1,34); }

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

background-color css

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

 a { background-color: rgb(155,1,34); }

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

border-color css

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

 span { border-color: rgb(155,1,34); }

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