Html Css Color HEX #B1413F Medium Carmine

📋 copy color: '#B1413F'

red 177 ◦ green 65 ◦ blue 63

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

Shades of Medium Carmine #B1413F

Tints of Medium Carmine #B1413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.31%

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

R = 58.03%
G = 21.31%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1413F (or 0xB1413F) is known color: Medium Carmine. HEX triplet: B1, 41 and 3F. RGB value is (177,65,63). Sum of RGB (Red+Green+Blue) = 177+65+63=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1413F is #4EBEC0. Grayscale: #626262. Windows color (decimal): -5160641 or 4145585. OLE color: 4145585.

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

Color convert

RGB 177 65 63 -
CMYK 0 0.63 0.64 0.31
HSL 1.05º 0.48% 0.47% -
HSV(B) 1.05º 0.64% 0.69% -
XYZ 20.92 13.49 6.2 -
YUV 98.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 177 65 63 0 0.63 0.64 0.31 1.05 0.48 0.47
Hex B1 41 3F 0 3F 40 1F 1 30 2F
Octal 261 101 77 0 77 100 37 1 60 57
Binary 10110001 1000001 111111 0 111111 1000000 11111 1 110000 101111

Color Harmonies of #B1413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1413F

Black with #B1413F

Text Example


Text Example

White with #B1413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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