Html Css Color HEX #B1443A Medium Carmine

📋 copy color: '#B1443A'

red 177 ◦ green 68 ◦ blue 58

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

Shades of Medium Carmine #B1443A

Tints of Medium Carmine #B1443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

 BLUE value IS 58 (23.05% from 255) = 19.14%

R = 58.42%
G = 22.44%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1443A (or 0xB1443A) is known color: Medium Carmine. HEX triplet: B1, 44 and 3A. RGB value is (177,68,58). Sum of RGB (Red+Green+Blue) = 177+68+58=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1443A is #4EBBC5. Grayscale: #636363. Windows color (decimal): -5159878 or 3818673. OLE color: 3818673.

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

Color convert

RGB 177 68 58 -
CMYK 0 0.62 0.67 0.31
HSL 5.04º 0.51% 0.46% -
HSV(B) 5.04º 0.67% 0.69% -
XYZ 20.96 13.79 5.56 -
YUV 99.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 177 68 58 0 0.62 0.67 0.31 5.04 0.51 0.46
Hex B1 44 3A 0 3E 43 1F 5 33 2E
Octal 261 104 72 0 76 103 37 5 63 56
Binary 10110001 1000100 111010 0 111110 1000011 11111 101 110011 101110

Color Harmonies of #B1443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1443A

Black with #B1443A

Text Example


Text Example

White with #B1443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1443A; }

 p { color: rgb(177,68,58); }

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

background-color css

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

 a { background-color: rgb(177,68,58); }

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

border-color css

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

 span { border-color: rgb(177,68,58); }

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