Html Css Color HEX #B1382C Medium Carmine

📋 copy color: '#B1382C'

red 177 ◦ green 56 ◦ blue 44

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

Shades of Medium Carmine #B1382C

Tints of Medium Carmine #B1382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.22%

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 63.9%
G = 20.22%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1382C (or 0xB1382C) is known color: Medium Carmine. HEX triplet: B1, 38 and 2C. RGB value is (177,56,44). Sum of RGB (Red+Green+Blue) = 177+56+44=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1382C is #4EC7D3. Grayscale: #5A5A5A. Windows color (decimal): -5162964 or 2898097. OLE color: 2898097.

HSL color Cylindrical-coordinate representation of color #B1382C: hue angle of 5.41º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1382C is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 56 44 -
CMYK 0 0.68 0.75 0.31
HSL 5.41º 0.6% 0.43% -
HSV(B) 5.41º 0.75% 0.69% -
XYZ 20 12.36 3.71 -
YUV 90.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 177 56 44 0 0.68 0.75 0.31 5.41 0.6 0.43
Hex B1 38 2C 0 44 4B 1F 5 3C 2B
Octal 261 70 54 0 104 113 37 5 74 53
Binary 10110001 111000 101100 0 1000100 1001011 11111 101 111100 101011

Color Harmonies of #B1382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1382C

Black with #B1382C

Text Example


Text Example

White with #B1382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1382C; }

 p { color: rgb(177,56,44); }

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

background-color css

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

 a { background-color: rgb(177,56,44); }

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

border-color css

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

 span { border-color: rgb(177,56,44); }

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