Html Css Color HEX #B1413A Medium Carmine

📋 copy color: '#B1413A'

red 177 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #B1413A

Tints of Medium Carmine #B1413A

RGB

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

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

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

R = 59%
G = 21.67%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1413A (or 0xB1413A) is known color: Medium Carmine. HEX triplet: B1, 41 and 3A. RGB value is (177,65,58). Sum of RGB (Red+Green+Blue) = 177+65+58=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B1413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1413A is #4EBEC5. Grayscale: #616161. Windows color (decimal): -5160646 or 3817905. OLE color: 3817905.

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

Color convert

RGB 177 65 58 -
CMYK 0 0.63 0.67 0.31
HSL 3.53º 0.51% 0.46% -
HSV(B) 3.53º 0.67% 0.69% -
XYZ 20.79 13.43 5.5 -
YUV 97.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 177 65 58 0 0.63 0.67 0.31 3.53 0.51 0.46
Hex B1 41 3A 0 3F 43 1F 4 33 2E
Octal 261 101 72 0 77 103 37 4 63 56
Binary 10110001 1000001 111010 0 111111 1000011 11111 100 110011 101110

Color Harmonies of #B1413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1413A

Black with #B1413A

Text Example


Text Example

White with #B1413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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