Html Css Color HEX #B73D32 Medium Carmine

📋 copy color: '#B73D32'

red 183 ◦ green 61 ◦ blue 50

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

Shades of Medium Carmine #B73D32

Tints of Medium Carmine #B73D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.75%

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

R = 62.24%
G = 20.75%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B73D32 (or 0xB73D32) is known color: Medium Carmine. HEX triplet: B7, 3D and 32. RGB value is (183,61,50). Sum of RGB (Red+Green+Blue) = 183+61+50=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73D32 is #48C2CD. Grayscale: #606060. Windows color (decimal): -4768462 or 3292599. OLE color: 3292599.

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

Color convert

RGB 183 61 50 -
CMYK 0 0.67 0.73 0.28
HSL 4.96º 0.57% 0.46% -
HSV(B) 4.96º 0.73% 0.72% -
XYZ 21.77 13.64 4.5 -
YUV 96.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 183 61 50 0 0.67 0.73 0.28 4.96 0.57 0.46
Hex B7 3D 32 0 43 49 1C 5 39 2E
Octal 267 75 62 0 103 111 34 5 71 56
Binary 10110111 111101 110010 0 1000011 1001001 11100 101 111001 101110

Color Harmonies of #B73D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73D32

Black with #B73D32

Text Example


Text Example

White with #B73D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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