Html Css Color HEX #B1403C Medium Carmine

📋 copy color: '#B1403C'

red 177 ◦ green 64 ◦ blue 60

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

Shades of Medium Carmine #B1403C

Tints of Medium Carmine #B1403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 58.8%
G = 21.26%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1403C (or 0xB1403C) is known color: Medium Carmine. HEX triplet: B1, 40 and 3C. RGB value is (177,64,60). Sum of RGB (Red+Green+Blue) = 177+64+60=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B1403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1403C is #4EBFC3. Grayscale: #616161. Windows color (decimal): -5160900 or 3948721. OLE color: 3948721.

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

Color convert

RGB 177 64 60 -
CMYK 0 0.64 0.66 0.31
HSL 2.05º 0.49% 0.46% -
HSV(B) 2.05º 0.66% 0.69% -
XYZ 20.78 13.34 5.75 -
YUV 97.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 177 64 60 0 0.64 0.66 0.31 2.05 0.49 0.46
Hex B1 40 3C 0 40 42 1F 2 31 2E
Octal 261 100 74 0 100 102 37 2 61 56
Binary 10110001 1000000 111100 0 1000000 1000010 11111 10 110001 101110

Color Harmonies of #B1403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1403C

Black with #B1403C

Text Example


Text Example

White with #B1403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1403C; }

 p { color: rgb(177,64,60); }

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

background-color css

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

 a { background-color: rgb(177,64,60); }

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

border-color css

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

 span { border-color: rgb(177,64,60); }

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