Html Css Color HEX #B74738 Medium Carmine

📋 copy color: '#B74738'

red 183 ◦ green 71 ◦ blue 56

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

Shades of Medium Carmine #B74738

Tints of Medium Carmine #B74738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.9%

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 59.03%
G = 22.9%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B74738 (or 0xB74738) is known color: Medium Carmine. HEX triplet: B7, 47 and 38. RGB value is (183,71,56). Sum of RGB (Red+Green+Blue) = 183+71+56=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B74738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74738 is #48B8C7. Grayscale: #666666. Windows color (decimal): -4765896 or 3688375. OLE color: 3688375.

HSL color Cylindrical-coordinate representation of color #B74738: hue angle of 7.09º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B74738 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 71 56 -
CMYK 0 0.61 0.69 0.28
HSL 7.09º 0.53% 0.47% -
HSV(B) 7.09º 0.69% 0.72% -
XYZ 22.5 14.86 5.42 -
YUV 102.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 183 71 56 0 0.61 0.69 0.28 7.09 0.53 0.47
Hex B7 47 38 0 3D 45 1C 7 35 2F
Octal 267 107 70 0 75 105 34 7 65 57
Binary 10110111 1000111 111000 0 111101 1000101 11100 111 110101 101111

Color Harmonies of #B74738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74738

Black with #B74738

Text Example


Text Example

White with #B74738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74738; }

 p { color: rgb(183,71,56); }

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

background-color css

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

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

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

border-color css

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

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

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