Html Css Color HEX #B1493D Medium Carmine

📋 copy color: '#B1493D'

red 177 ◦ green 73 ◦ blue 61

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

Shades of Medium Carmine #B1493D

Tints of Medium Carmine #B1493D

RGB

 RED value IS 177 (69.53% from 255) = 56.91%

 GREEN value IS 73 (28.91% from 255) = 23.47%

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 56.91%
G = 23.47%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1493D (or 0xB1493D) is known color: Medium Carmine. HEX triplet: B1, 49 and 3D. RGB value is (177,73,61). Sum of RGB (Red+Green+Blue) = 177+73+61=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B1493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1493D is #4EB6C2. Grayscale: #666666. Windows color (decimal): -5158595 or 4016561. OLE color: 4016561.

HSL color Cylindrical-coordinate representation of color #B1493D: hue angle of 6.21º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1493D is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 61 -
CMYK 0 0.59 0.66 0.31
HSL 6.21º 0.49% 0.47% -
HSV(B) 6.21º 0.66% 0.69% -
XYZ 21.36 14.45 6.08 -
YUV 102.73 104.46 180.98 -
System Red Green Blue C M Y K H S L
Decimal 177 73 61 0 0.59 0.66 0.31 6.21 0.49 0.47
Hex B1 49 3D 0 3B 42 1F 6 31 2F
Octal 261 111 75 0 73 102 37 6 61 57
Binary 10110001 1001001 111101 0 111011 1000010 11111 110 110001 101111

Color Harmonies of #B1493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1493D

Black with #B1493D

Text Example


Text Example

White with #B1493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1493D; }

 p { color: rgb(177,73,61); }

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

background-color css

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

 a { background-color: rgb(177,73,61); }

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

border-color css

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

 span { border-color: rgb(177,73,61); }

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