Html Css Color HEX #9B0330 Carmine

📋 copy color: '#9B0330'

red 155 ◦ green 3 ◦ blue 48

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

Shades of Carmine #9B0330

Tints of Carmine #9B0330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.3%

R = 75.24%
G = 1.46%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9B0330 (or 0x9B0330) is known color: Carmine. HEX triplet: 9B, 03 and 30. RGB value is (155,3,48). Sum of RGB (Red+Green+Blue) = 155+3+48=206 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.24% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0330 is #64FCCF. Grayscale: #353535. Windows color (decimal): -6618320 or 3146651. OLE color: 3146651.

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

Color convert

RGB 155 3 48 -
CMYK 0 0.98 0.69 0.39
HSL 342.24º 0.96% 0.31% -
HSV(B) 342.24º 0.98% 0.61% -
XYZ 14.08 7.25 3.45 -
YUV 53.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 155 3 48 0 0.98 0.69 0.39 342.24 0.96 0.31
Hex 9B 3 30 0 62 45 27 156 60 1F
Octal 233 3 60 0 142 105 47 526 140 37
Binary 10011011 11 110000 0 1100010 1000101 100111 101010110 1100000 11111

Color Harmonies of #9B0330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0330

Black with #9B0330

Text Example


Text Example

White with #9B0330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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