Html Css Color HEX #B73632 Medium Carmine

📋 copy color: '#B73632'

red 183 ◦ green 54 ◦ blue 50

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

Shades of Medium Carmine #B73632

Tints of Medium Carmine #B73632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.82%

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

R = 63.76%
G = 18.82%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B73632 (or 0xB73632) is known color: Medium Carmine. HEX triplet: B7, 36 and 32. RGB value is (183,54,50). Sum of RGB (Red+Green+Blue) = 183+54+50=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B73632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73632 is #48C9CD. Grayscale: #5C5C5C. Windows color (decimal): -4770254 or 3290807. OLE color: 3290807.

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

Color convert

RGB 183 54 50 -
CMYK 0 0.70 0.73 0.28
HSL 1.8º 0.57% 0.46% -
HSV(B) 1.8º 0.73% 0.72% -
XYZ 21.42 12.94 4.39 -
YUV 92.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 183 54 50 0 0.70 0.73 0.28 1.8 0.57 0.46
Hex B7 36 32 0 46 49 1C 2 39 2E
Octal 267 66 62 0 106 111 34 2 71 56
Binary 10110111 110110 110010 0 1000110 1001001 11100 10 111001 101110

Color Harmonies of #B73632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73632

Black with #B73632

Text Example


Text Example

White with #B73632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73632; }

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

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

background-color css

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

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

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

border-color css

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

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

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