Html Css Color HEX #B1403F Medium Carmine

📋 copy color: '#B1403F'

red 177 ◦ green 64 ◦ blue 63

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

Shades of Medium Carmine #B1403F

Tints of Medium Carmine #B1403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.05%

 BLUE value IS 63 (25% from 255) = 20.72%

R = 58.22%
G = 21.05%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1403F (or 0xB1403F) is known color: Medium Carmine. HEX triplet: B1, 40 and 3F. RGB value is (177,64,63). Sum of RGB (Red+Green+Blue) = 177+64+63=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1403F is #4EBFC0. Grayscale: #616161. Windows color (decimal): -5160897 or 4145329. OLE color: 4145329.

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

Color convert

RGB 177 64 63 -
CMYK 0 0.64 0.64 0.31
HSL 0.53º 0.48% 0.47% -
HSV(B) 0.53º 0.64% 0.69% -
XYZ 20.86 13.37 6.18 -
YUV 97.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 177 64 63 0 0.64 0.64 0.31 0.53 0.48 0.47
Hex B1 40 3F 0 40 40 1F 1 30 2F
Octal 261 100 77 0 100 100 37 1 60 57
Binary 10110001 1000000 111111 0 1000000 1000000 11111 1 110000 101111

Color Harmonies of #B1403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1403F

Black with #B1403F

Text Example


Text Example

White with #B1403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1403F; }

 p { color: rgb(177,64,63); }

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

background-color css

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

 a { background-color: rgb(177,64,63); }

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

border-color css

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

 span { border-color: rgb(177,64,63); }

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