Html Css Color HEX #B74140 Medium Carmine

📋 copy color: '#B74140'

red 183 ◦ green 65 ◦ blue 64

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

Shades of Medium Carmine #B74140

Tints of Medium Carmine #B74140

RGB

 RED value IS 183 (71.88% from 255) = 58.65%

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

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

R = 58.65%
G = 20.83%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B74140 (or 0xB74140) is known color: Medium Carmine. HEX triplet: B7, 41 and 40. RGB value is (183,65,64). Sum of RGB (Red+Green+Blue) = 183+65+64=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B74140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74140 is #48BEBF. Grayscale: #646464. Windows color (decimal): -4767424 or 4211127. OLE color: 4211127.

HSL color Cylindrical-coordinate representation of color #B74140: hue angle of 0.5º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74140 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 65 64 -
CMYK 0 0.64 0.65 0.28
HSL 0.5º 0.48% 0.48% -
HSV(B) 0.5º 0.65% 0.72% -
XYZ 22.34 14.22 6.42 -
YUV 100.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 183 65 64 0 0.64 0.65 0.28 0.5 0.48 0.48
Hex B7 41 40 0 40 41 1C 1 30 30
Octal 267 101 100 0 100 101 34 1 60 60
Binary 10110111 1000001 1000000 0 1000000 1000001 11100 1 110000 110000

Color Harmonies of #B74140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74140

Black with #B74140

Text Example


Text Example

White with #B74140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74140; }

 p { color: rgb(183,65,64); }

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

background-color css

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

 a { background-color: rgb(183,65,64); }

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

border-color css

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

 span { border-color: rgb(183,65,64); }

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