Html Css Color HEX #B74638 Medium Carmine

📋 copy color: '#B74638'

red 183 ◦ green 70 ◦ blue 56

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

Shades of Medium Carmine #B74638

Tints of Medium Carmine #B74638

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.65%

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

R = 59.22%
G = 22.65%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B74638 (or 0xB74638) is known color: Medium Carmine. HEX triplet: B7, 46 and 38. RGB value is (183,70,56). Sum of RGB (Red+Green+Blue) = 183+70+56=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B74638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74638 is #48B9C7. Grayscale: #666666. Windows color (decimal): -4766152 or 3688119. OLE color: 3688119.

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

Color convert

RGB 183 70 56 -
CMYK 0 0.62 0.69 0.28
HSL 6.61º 0.53% 0.47% -
HSV(B) 6.61º 0.69% 0.72% -
XYZ 22.43 14.73 5.4 -
YUV 102.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 183 70 56 0 0.62 0.69 0.28 6.61 0.53 0.47
Hex B7 46 38 0 3E 45 1C 7 35 2F
Octal 267 106 70 0 76 105 34 7 65 57
Binary 10110111 1000110 111000 0 111110 1000101 11100 111 110101 101111

Color Harmonies of #B74638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74638

Black with #B74638

Text Example


Text Example

White with #B74638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74638; }

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

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

background-color css

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

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

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

border-color css

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

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

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