Html Css Color HEX #B74236 Medium Carmine

📋 copy color: '#B74236'

red 183 ◦ green 66 ◦ blue 54

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

Shades of Medium Carmine #B74236

Tints of Medium Carmine #B74236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.78%

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 60.4%
G = 21.78%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B74236 (or 0xB74236) is known color: Medium Carmine. HEX triplet: B7, 42 and 36. RGB value is (183,66,54). Sum of RGB (Red+Green+Blue) = 183+66+54=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B74236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74236 is #48BDC9. Grayscale: #636363. Windows color (decimal): -4767178 or 3556023. OLE color: 3556023.

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

Color convert

RGB 183 66 54 -
CMYK 0 0.64 0.70 0.28
HSL 5.58º 0.54% 0.46% -
HSV(B) 5.58º 0.7% 0.72% -
XYZ 22.14 14.23 5.07 -
YUV 99.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 183 66 54 0 0.64 0.70 0.28 5.58 0.54 0.46
Hex B7 42 36 0 40 46 1C 6 36 2E
Octal 267 102 66 0 100 106 34 6 66 56
Binary 10110111 1000010 110110 0 1000000 1000110 11100 110 110110 101110

Color Harmonies of #B74236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74236

Black with #B74236

Text Example


Text Example

White with #B74236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74236; }

 p { color: rgb(183,66,54); }

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

background-color css

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

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

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

border-color css

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

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

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