Html Css Color HEX #B1473D Medium Carmine

📋 copy color: '#B1473D'

red 177 ◦ green 71 ◦ blue 61

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

Shades of Medium Carmine #B1473D

Tints of Medium Carmine #B1473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.98%

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

R = 57.28%
G = 22.98%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1473D (or 0xB1473D) is known color: Medium Carmine. HEX triplet: B1, 47 and 3D. RGB value is (177,71,61). Sum of RGB (Red+Green+Blue) = 177+71+61=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1473D is #4EB8C2. Grayscale: #656565. Windows color (decimal): -5159107 or 4016049. OLE color: 4016049.

HSL color Cylindrical-coordinate representation of color #B1473D: hue angle of 5.17º 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 #B1473D is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 71 61 -
CMYK 0 0.60 0.66 0.31
HSL 5.17º 0.49% 0.47% -
HSV(B) 5.17º 0.66% 0.69% -
XYZ 21.23 14.19 6.04 -
YUV 101.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 177 71 61 0 0.60 0.66 0.31 5.17 0.49 0.47
Hex B1 47 3D 0 3C 42 1F 5 31 2F
Octal 261 107 75 0 74 102 37 5 61 57
Binary 10110001 1000111 111101 0 111100 1000010 11111 101 110001 101111

Color Harmonies of #B1473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1473D

Black with #B1473D

Text Example


Text Example

White with #B1473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1473D; }

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

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

background-color css

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

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

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

border-color css

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

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

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