Html Css Color HEX #B1413B Medium Carmine

📋 copy color: '#B1413B'

red 177 ◦ green 65 ◦ blue 59

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

Shades of Medium Carmine #B1413B

Tints of Medium Carmine #B1413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 58.8%
G = 21.59%
B = 19.6%

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

#B1413B (or 0xB1413B) is known color: Medium Carmine. HEX triplet: B1, 41 and 3B. RGB value is (177,65,59). Sum of RGB (Red+Green+Blue) = 177+65+59=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B1413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1413B is #4EBEC4. Grayscale: #616161. Windows color (decimal): -5160645 or 3883441. OLE color: 3883441.

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

Color convert

RGB 177 65 59 -
CMYK 0 0.63 0.67 0.31
HSL 3.05º 0.5% 0.46% -
HSV(B) 3.05º 0.67% 0.69% -
XYZ 20.81 13.44 5.64 -
YUV 97.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 177 65 59 0 0.63 0.67 0.31 3.05 0.5 0.46
Hex B1 41 3B 0 3F 43 1F 3 32 2E
Octal 261 101 73 0 77 103 37 3 62 56
Binary 10110001 1000001 111011 0 111111 1000011 11111 11 110010 101110

Color Harmonies of #B1413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1413B

Black with #B1413B

Text Example


Text Example

White with #B1413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1413B; }

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

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

background-color css

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

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

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

border-color css

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

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

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