Html Css Color HEX #B73932 Medium Carmine

📋 copy color: '#B73932'

red 183 ◦ green 57 ◦ blue 50

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

Shades of Medium Carmine #B73932

Tints of Medium Carmine #B73932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.66%

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 63.1%
G = 19.66%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B73932 (or 0xB73932) is known color: Medium Carmine. HEX triplet: B7, 39 and 32. RGB value is (183,57,50). Sum of RGB (Red+Green+Blue) = 183+57+50=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B73932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73932 is #48C6CD. Grayscale: #5E5E5E. Windows color (decimal): -4769486 or 3291575. OLE color: 3291575.

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

Color convert

RGB 183 57 50 -
CMYK 0 0.69 0.73 0.28
HSL 3.16º 0.57% 0.46% -
HSV(B) 3.16º 0.73% 0.72% -
XYZ 21.57 13.22 4.43 -
YUV 93.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 183 57 50 0 0.69 0.73 0.28 3.16 0.57 0.46
Hex B7 39 32 0 45 49 1C 3 39 2E
Octal 267 71 62 0 105 111 34 3 71 56
Binary 10110111 111001 110010 0 1000101 1001001 11100 11 111001 101110

Color Harmonies of #B73932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73932

Black with #B73932

Text Example


Text Example

White with #B73932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73932; }

 p { color: rgb(183,57,50); }

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

background-color css

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

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

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

border-color css

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

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

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