Html Css Color HEX #B1382F Medium Carmine

📋 copy color: '#B1382F'

red 177 ◦ green 56 ◦ blue 47

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

Shades of Medium Carmine #B1382F

Tints of Medium Carmine #B1382F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 63.21%
G = 20%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1382F (or 0xB1382F) is known color: Medium Carmine. HEX triplet: B1, 38 and 2F. RGB value is (177,56,47). Sum of RGB (Red+Green+Blue) = 177+56+47=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B1382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1382F is #4EC7D0. Grayscale: #5B5B5B. Windows color (decimal): -5162961 or 3094705. OLE color: 3094705.

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

Color convert

RGB 177 56 47 -
CMYK 0 0.68 0.73 0.31
HSL 4.15º 0.58% 0.44% -
HSV(B) 4.15º 0.73% 0.69% -
XYZ 20.06 12.38 4.02 -
YUV 91.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 177 56 47 0 0.68 0.73 0.31 4.15 0.58 0.44
Hex B1 38 2F 0 44 49 1F 4 3A 2C
Octal 261 70 57 0 104 111 37 4 72 54
Binary 10110001 111000 101111 0 1000100 1001001 11111 100 111010 101100

Color Harmonies of #B1382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1382F

Black with #B1382F

Text Example


Text Example

White with #B1382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1382F; }

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

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

background-color css

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

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

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

border-color css

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

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

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