Html Css Color HEX #B1483F Medium Carmine

📋 copy color: '#B1483F'

red 177 ◦ green 72 ◦ blue 63

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

Shades of Medium Carmine #B1483F

Tints of Medium Carmine #B1483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.08%

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

R = 56.73%
G = 23.08%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1483F (or 0xB1483F) is known color: Medium Carmine. HEX triplet: B1, 48 and 3F. RGB value is (177,72,63). Sum of RGB (Red+Green+Blue) = 177+72+63=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B1483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1483F is #4EB7C0. Grayscale: #666666. Windows color (decimal): -5158849 or 4147377. OLE color: 4147377.

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

Color convert

RGB 177 72 63 -
CMYK 0 0.59 0.64 0.31
HSL 4.74º 0.48% 0.47% -
HSV(B) 4.74º 0.64% 0.69% -
XYZ 21.35 14.34 6.35 -
YUV 102.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 177 72 63 0 0.59 0.64 0.31 4.74 0.48 0.47
Hex B1 48 3F 0 3B 40 1F 5 30 2F
Octal 261 110 77 0 73 100 37 5 60 57
Binary 10110001 1001000 111111 0 111011 1000000 11111 101 110000 101111

Color Harmonies of #B1483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1483F

Black with #B1483F

Text Example


Text Example

White with #B1483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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