Html Css Color HEX #9B031E Carmine

📋 copy color: '#9B031E'

red 155 ◦ green 3 ◦ blue 30

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

Shades of Carmine #9B031E

Tints of Carmine #9B031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.96%

R = 82.45%
G = 1.6%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B031E (or 0x9B031E) is known color: Carmine. HEX triplet: 9B, 03 and 1E. RGB value is (155,3,30). Sum of RGB (Red+Green+Blue) = 155+3+30=188 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.45% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 155 - color contains mainly: red. Hex color #9B031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B031E is #64FCE1. Grayscale: #333333. Windows color (decimal): -6618338 or 1967003. OLE color: 1967003.

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

Color convert

RGB 155 3 30 -
CMYK 0 0.98 0.81 0.39
HSL 349.34º 0.96% 0.31% -
HSV(B) 349.34º 0.98% 0.61% -
XYZ 13.78 7.13 1.88 -
YUV 51.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 155 3 30 0 0.98 0.81 0.39 349.34 0.96 0.31
Hex 9B 3 1E 0 62 51 27 15D 60 1F
Octal 233 3 36 0 142 121 47 535 140 37
Binary 10011011 11 11110 0 1100010 1010001 100111 101011101 1100000 11111

Color Harmonies of #9B031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B031E

Black with #9B031E

Text Example


Text Example

White with #9B031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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