Html Css Color HEX #B14340 Medium Carmine

📋 copy color: '#B14340'

red 177 ◦ green 67 ◦ blue 64

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

Shades of Medium Carmine #B14340

Tints of Medium Carmine #B14340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.75%

 BLUE value IS 64 (25.39% from 255) = 20.78%

R = 57.47%
G = 21.75%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B14340 (or 0xB14340) is known color: Medium Carmine. HEX triplet: B1, 43 and 40. RGB value is (177,67,64). Sum of RGB (Red+Green+Blue) = 177+67+64=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B14340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14340 is #4EBCBF. Grayscale: #636363. Windows color (decimal): -5160128 or 4211633. OLE color: 4211633.

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

Color convert

RGB 177 67 64 -
CMYK 0 0.62 0.64 0.31
HSL 1.59º 0.47% 0.47% -
HSV(B) 1.59º 0.64% 0.69% -
XYZ 21.06 13.73 6.39 -
YUV 99.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 177 67 64 0 0.62 0.64 0.31 1.59 0.47 0.47
Hex B1 43 40 0 3E 40 1F 2 2F 2F
Octal 261 103 100 0 76 100 37 2 57 57
Binary 10110001 1000011 1000000 0 111110 1000000 11111 10 101111 101111

Color Harmonies of #B14340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14340

Black with #B14340

Text Example


Text Example

White with #B14340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14340; }

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

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

background-color css

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

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

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

border-color css

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

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

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