Html Css Color HEX #B73734 Medium Carmine

📋 copy color: '#B73734'

red 183 ◦ green 55 ◦ blue 52

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

Shades of Medium Carmine #B73734

Tints of Medium Carmine #B73734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.97%

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 63.1%
G = 18.97%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B73734 (or 0xB73734) is known color: Medium Carmine. HEX triplet: B7, 37 and 34. RGB value is (183,55,52). Sum of RGB (Red+Green+Blue) = 183+55+52=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B73734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73734 is #48C8CB. Grayscale: #5D5D5D. Windows color (decimal): -4769996 or 3422135. OLE color: 3422135.

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

Color convert

RGB 183 55 52 -
CMYK 0 0.70 0.72 0.28
HSL 1.37º 0.56% 0.46% -
HSV(B) 1.37º 0.72% 0.72% -
XYZ 21.51 13.05 4.63 -
YUV 92.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 183 55 52 0 0.70 0.72 0.28 1.37 0.56 0.46
Hex B7 37 34 0 46 48 1C 1 38 2E
Octal 267 67 64 0 106 110 34 1 70 56
Binary 10110111 110111 110100 0 1000110 1001000 11100 1 111000 101110

Color Harmonies of #B73734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73734

Black with #B73734

Text Example


Text Example

White with #B73734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73734; }

 p { color: rgb(183,55,52); }

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

background-color css

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

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

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

border-color css

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

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

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