Html Css Color HEX #9B0313 Carmine

📋 copy color: '#9B0313'

red 155 ◦ green 3 ◦ blue 19

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

Shades of Carmine #9B0313

Tints of Carmine #9B0313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 87.57%
G = 1.69%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B0313 (or 0x9B0313) is known color: Carmine. HEX triplet: 9B, 03 and 13. RGB value is (155,3,19). Sum of RGB (Red+Green+Blue) = 155+3+19=177 (23% of max value = 765). Red value is 155 (60.94% from 255 or 87.57% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0313 is #64FCEC. Grayscale: #323232. Windows color (decimal): -6618349 or 1246107. OLE color: 1246107.

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

Color convert

RGB 155 3 19 -
CMYK 0 0.98 0.88 0.39
HSL 353.68º 0.96% 0.31% -
HSV(B) 353.68º 0.98% 0.61% -
XYZ 13.67 7.08 1.26 -
YUV 50.27 110.36 202.7 -
System Red Green Blue C M Y K H S L
Decimal 155 3 19 0 0.98 0.88 0.39 353.68 0.96 0.31
Hex 9B 3 13 0 62 58 27 162 60 1F
Octal 233 3 23 0 142 130 47 542 140 37
Binary 10011011 11 10011 0 1100010 1011000 100111 101100010 1100000 11111

Color Harmonies of #9B0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0313

Black with #9B0313

Text Example


Text Example

White with #9B0313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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