Html Css Color HEX #9B001F Carmine

📋 copy color: '#9B001F'

red 155 ◦ green 0 ◦ blue 31

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

Shades of Carmine #9B001F

Tints of Carmine #9B001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 16.67%

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B001F (or 0x9B001F) is known color: Carmine. HEX triplet: 9B, 00 and 1F. RGB value is (155,0,31). Sum of RGB (Red+Green+Blue) = 155+0+31=186 (24% of max value = 765). Red value is 155 (60.94% from 255 or 83.33% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 155 - color contains mainly: red. Hex color #9B001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B001F is #64FFE0. Grayscale: #313131. Windows color (decimal): -6619105 or 2031771. OLE color: 2031771.

HSL color Cylindrical-coordinate representation of color #9B001F: hue angle of 348º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B001F is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 0 31 -
CMYK 0 1 0.8 0.39
HSL 348º 1% 0.3% -
HSV(B) 348º 1% 0.61% -
XYZ 13.76 7.07 1.93 -
YUV 49.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 155 0 31 0 1 0.8 0.39 348 1 0.3
Hex 9B 0 1F 0 64 50 27 15C 64 1E
Octal 233 0 37 0 144 120 47 534 144 36
Binary 10011011 0 11111 0 1100100 1010000 100111 101011100 1100100 11110

Color Harmonies of #9B001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B001F

Black with #9B001F

Text Example


Text Example

White with #9B001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,0,31); }

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

background-color css

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

 a { background-color: rgb(155,0,31); }

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

border-color css

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

 span { border-color: rgb(155,0,31); }

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