Html Css Color HEX #B74040 Medium Carmine

📋 copy color: '#B74040'

red 183 ◦ green 64 ◦ blue 64

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

Shades of Medium Carmine #B74040

Tints of Medium Carmine #B74040

RGB

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

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

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

R = 58.84%
G = 20.58%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B74040 (or 0xB74040) is known color: Medium Carmine. HEX triplet: B7, 40 and 40. RGB value is (183,64,64). Sum of RGB (Red+Green+Blue) = 183+64+64=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B74040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74040 is #48BFBF. Grayscale: #636363. Windows color (decimal): -4767680 or 4210871. OLE color: 4210871.

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

Color convert

RGB 183 64 64 -
CMYK 0 0.65 0.65 0.28
HSL 0.48% 0.48% -
HSV(B) 0.65% 0.72% -
XYZ 22.29 14.1 6.4 -
YUV 99.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 183 64 64 0 0.65 0.65 0.28 0 0.48 0.48
Hex B7 40 40 0 41 41 1C 0 30 30
Octal 267 100 100 0 101 101 34 0 60 60
Binary 10110111 1000000 1000000 0 1000001 1000001 11100 0 110000 110000

Color Harmonies of #B74040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74040

Black with #B74040

Text Example


Text Example

White with #B74040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74040; }

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

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

background-color css

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

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

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

border-color css

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

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

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